Update circle.yml to upload to staging and prod
This commit is contained in:
+2
-5
@@ -3,11 +3,8 @@ dependencies:
|
|||||||
- sudo -H pip install s3cmd
|
- sudo -H pip install s3cmd
|
||||||
- npm install -g grunt-cli
|
- npm install -g grunt-cli
|
||||||
deployment:
|
deployment:
|
||||||
staging:
|
all:
|
||||||
branch: master
|
|
||||||
commands:
|
|
||||||
- grunt upload:staging
|
|
||||||
production:
|
|
||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
- grunt upload:prod
|
- grunt upload:prod
|
||||||
|
- grunt upload:staging
|
||||||
|
|||||||
Reference in New Issue
Block a user