Update drone to use promotions for prod
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2020-12-08 22:21:54 -06:00
parent c725f14bf2
commit a8729930e6
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -30,9 +30,8 @@ steps:
- git pull
- yarn install
when:
event:
- tag
- promote
event: promote
target: production
- name: restart production services
image: appleboy/drone-ssh
settings:
@ -48,9 +47,8 @@ steps:
- systemctl restart coreid-www
- systemctl restart coreid-jobs
when:
event:
- tag
- promote
event: promote
target: production
- name: send success notifications
image: plugins/webhook
settings: