Update drone to use promotions for prod
This commit is contained in:
parent
c725f14bf2
commit
a8729930e6
10
.drone.yml
10
.drone.yml
@ -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…
Reference in New Issue
Block a user