Update drone to use promotions for prod
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

master
Garrett Mills 3 years ago
parent c725f14bf2
commit a8729930e6
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -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:

Loading…
Cancel
Save