Skip to content

Instantly share code, notes, and snippets.

@brookslyrette
Last active July 16, 2016 11:55
Show Gist options
  • Select an option

  • Save brookslyrette/e7352858b07f28ed232d8dc7263a90a7 to your computer and use it in GitHub Desktop.

Select an option

Save brookslyrette/e7352858b07f28ed232d8dc7263a90a7 to your computer and use it in GitHub Desktop.
deploy:
skip_cleanup: true
provider: elasticbeanstalk
access-key-id: <key>
secret-access-key: <secret>
region: us-east-1
app: <app-name>
env: <app-env>
bucket_name: <bucket-name>
zip_file: './web/build/libs/app-0.0.1-SNAPSHOT.war'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment