Commit 15c11aca authored by Ray Schamp's avatar Ray Schamp

Merge pull request #334 from rschamp/feature/deploy-hotfix-release-branches

Deploy hotfix and release branches to staging
parents 75ea8a73 478fb499
......@@ -32,7 +32,10 @@ deploy:
env: scratch-www-staging
on:
repo: LLK/scratch-www
branch: develop
branch:
- develop
- hotfix/*
- release/*
- provider: elasticbeanstalk
access_key_id: $EB_AWS_ACCESS_KEY_ID
secret_access_key: $EB_AWS_SECRET_ACCESS_KEY
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment