mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-04-19 06:14:41 +02:00
Fix CI for merge requestes
This commit is contained in:
parent
1465556c9a
commit
3170df3f43
1 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@ pipeline:
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
event: push
|
||||||
deploy:
|
deploy:
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
host:
|
host:
|
||||||
|
@ -29,4 +30,5 @@ pipeline:
|
||||||
script:
|
script:
|
||||||
- echo $SSH_PASSWORD | sudo -S systemctl restart alfred-bot
|
- echo $SSH_PASSWORD | sudo -S systemctl restart alfred-bot
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
event: push
|
Loading…
Add table
Reference in a new issue