Only deploy from master, use when:manual for prod

This commit is contained in:
Nick Sellen 2018-11-30 16:11:05 +00:00
parent 690e65616d
commit fd79fbb35b
1 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ deploy:production:
url: https://static.coops.tech
only:
- master
when: manual
deploy:dev:
@ -56,4 +57,4 @@ deploy:dev:
name: dev
url: https://dev.static.coops.tech
only:
- dev
- master