Skip to content

Instantly share code, notes, and snippets.

@naterexw
Last active December 19, 2017 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naterexw/d435bf1e61de9abb83b55ca7e24878a4 to your computer and use it in GitHub Desktop.
Save naterexw/d435bf1e61de9abb83b55ca7e24878a4 to your computer and use it in GitHub Desktop.
# Initialize directory to EB
eb init
# set ENV variables
eb setenv [key]=[value] # set environment variable
# view EB ENV variables
eb printenv
# view eb events log
eb events
# view eb logs
eb logs
# deploy code to AWS CodeCommit
eb deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment