Last active
July 16, 2016 11:55
-
-
Save brookslyrette/e7352858b07f28ed232d8dc7263a90a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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