更新 .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
ching 2026-02-12 17:03:49 +08:00
parent 3ec6a1544c
commit cb102eeaec

View File

@ -48,7 +48,7 @@ steps:
- echo "Go to the project directory" - echo "Go to the project directory"
- cd /root/develop/linear-discord-webhook - cd /root/develop/linear-discord-webhook
- echo "Restart the container" - echo "Restart the container"
- docker-compose down && docker-compose up -d - docker compose down && docker compose up -d
- name: discord notification - name: discord notification
image: appleboy/drone-discord image: appleboy/drone-discord