ci: automatically redeploy container
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
3c958c4a13
commit
a80b633d57
11
.drone.yml
11
.drone.yml
@ -33,6 +33,17 @@ steps:
|
||||
exclude:
|
||||
- main
|
||||
|
||||
- name: redeploy on portainer
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
urls: [ "https://portainer.kucharczyk.xyz/api/webhooks/${ID} "]
|
||||
depends_on:
|
||||
- "build container (non-prod)"
|
||||
environment:
|
||||
ID:
|
||||
from_secret: PORTAINER_TIMETRACKER_WEBHOOK_ID
|
||||
|
||||
|
||||
|
||||
trigger:
|
||||
event:
|
||||
|
Loading…
x
Reference in New Issue
Block a user