Created
January 14, 2016 11:03
-
-
Save hotakasaito/a5c2b9af9db903dd3384 to your computer and use it in GitHub Desktop.
werckerで複数の環境にdeployする ref: http://qiita.com/hotakasaito/items/d9d199b09760a0d6fff3
This file contains 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: | |
steps: | |
- hotakasaito/elastic-beanstalk-deploy: | |
key: $AWS_ACCESS_KEY_ID | |
secret: $AWS_SECRET_KEY | |
app_name: app01 | |
env_name: stg | |
region: ap-northeast-1 |
This file contains 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: | |
staging: | |
- hotakasaito/elastic-beanstalk-deploy: | |
key: $AWS_ACCESS_KEY_ID | |
secret: $AWS_SECRET_KEY | |
app_name: app01 | |
env_name: stg | |
region: ap-northeast-1 | |
staging-us: | |
- hotakasaito/elastic-beanstalk-deploy: | |
key: $AWS_ACCESS_KEY_ID | |
secret: $AWS_SECRET_KEY | |
app_name: app01 | |
env_name: stg-us | |
region: us-east-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment