Skip to content

Instantly share code, notes, and snippets.

@pawneetdev
Created November 22, 2016 17:33
Show Gist options
  • Save pawneetdev/959ecf0327d504667e9306c262e36721 to your computer and use it in GitHub Desktop.
Save pawneetdev/959ecf0327d504667e9306c262e36721 to your computer and use it in GitHub Desktop.
For using deploying only the changes, not the whole repository to AWS beanstalk
1.) Reinitialize git repository once:
git init
2.) Use the following the command to push the staged changes only:
eb deploy --staged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment