Skip to content

Instantly share code, notes, and snippets.

@SlootSantos
Created June 29, 2020 16:26
Show Gist options
  • Select an option

  • Save SlootSantos/a6414eff03a3e5c15989802d0c7c9ddb to your computer and use it in GitHub Desktop.

Select an option

Save SlootSantos/a6414eff03a3e5c15989802d0c7c9ddb to your computer and use it in GitHub Desktop.
aws elasticbeanstalk update-environment \
--application-name YOUR_BEANSTALK_APPLICATION_NAME \
--environment-name YOUR_BEANSTALK_ENVIRONMENT_NAME \
--version-label v$CIRCLE_BUILD_NUM \
--region=REGION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment