Skip to content

Instantly share code, notes, and snippets.

@yyoshiki41
Created October 15, 2017 16:27
Show Gist options
  • Save yyoshiki41/6f6c48eeb1e46611545a9c441308673a to your computer and use it in GitHub Desktop.
Save yyoshiki41/6f6c48eeb1e46611545a9c441308673a to your computer and use it in GitHub Desktop.
code-deploy create-deployment
aws deploy create-deployment \
--application-name api-server \
--deployment-group-name api-server \
--s3-location bucket=deployment,key=server/master/20171007124740-6c86f56/server.tar.gz,bundleType=tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment