Skip to content

Commit

Permalink
Deploy tags to production env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremia Kimelman committed Jul 10, 2017
1 parent ff81608 commit 76b1ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deployment:
- cf auth $CF_USERNAME $CF_PASSWORD && cf target -o $CF_ORGANIZATION -s $CF_SPACE
- npm run build
- cf zero-downtime-push crime-data-explorer-master -f manifests/master.yml
staging:
production:
tag: /v[0-9]+(\.[0-9]+)*/
owner: 18F
commands:
Expand All @@ -38,4 +38,4 @@ deployment:
- cf api $CF_API
- cf auth $CF_USERNAME $CF_PASSWORD && cf target -o $CF_ORGANIZATION -s $CF_SPACE
- npm run build
- cf zero-downtime-push crime-data-explorer-staging -f manifests/staging.yml
- cf zero-downtime-push crime-data-explorer -f manifests/production.yml

0 comments on commit 76b1ced

Please sign in to comment.