This commit is contained in:
Ching 2024-05-13 11:05:06 +08:00
parent fd24fc01f7
commit a86dcb1bbc

View File

@ -23,6 +23,9 @@ steps:
- echo "Restart service" - echo "Restart service"
- supervisorctl restart dotabot - supervisorctl restart dotabot
script_stop: true script_stop: true
when:
event:
- push
- name: discord notification - name: discord notification
image: appleboy/drone-discord image: appleboy/drone-discord
@ -39,6 +42,8 @@ steps:
# [Build Log](${DRONE_BUILD_LINK}) # [Build Log](${DRONE_BUILD_LINK})
when: when:
status: [success, failure] status: [success, failure]
event:
- push
volumes: volumes: