Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Pushing branch to staging and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Ferris committed May 20, 2016
1 parent f2e4d0c commit a4b51c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ deployment:
- docker push soutech/champaign_web
- ./deploy.sh $CIRCLE_SHA1 'champaign' 'env-production' 'champaign-assets-production' 'logs3.papertrailapp.com:44107' 'actions.sumofus.org'
staging:
# Change the branch value to your branch name to push up your branch to the staging server automatically.
branch: going-cardless
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push soutech/champaign_web
- ./deploy.sh $CIRCLE_SHA1 'champaign' 'champaign-staging' 'champaign-assets-staging' 'logs3.papertrailapp.com:34848' 'action-staging.sumofus.org'
testing:
# Change the branch value to your branch name to push up your branch to the testing server automatically.
branch: page-updates
branch: going-cardless
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push soutech/champaign_web
Expand Down

0 comments on commit a4b51c9

Please sign in to comment.