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 ]
|
||||
when:
|
||||
branch: master
|
||||
event: push
|
||||
deploy:
|
||||
image: appleboy/drone-ssh
|
||||
host:
|
||||
|
@ -30,3 +31,4 @@ pipeline:
|
|||
- echo $SSH_PASSWORD | sudo -S systemctl restart alfred-bot
|
||||
when:
|
||||
branch: master
|
||||
event: push
|
Loading…
Add table
Reference in a new issue