C'est automatique
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine Bartuccio 2021-07-01 22:21:01 +02:00
parent 37881f28cc
commit ea40449f9c

View File

@ -15,21 +15,21 @@ steps:
branch: master branch: master
event: push event: push
# - name: deploy - name: deploy
# image: appleboy/drone-ssh image: appleboy/drone-ssh
# environment: environment:
# SSH_PASSWORD: SSH_PASSWORD:
# from_secret: ssh_password from_secret: ssh_password
# settings: settings:
# host: host:
# from_secret: ssh_host from_secret: ssh_host
# username: username:
# from_secret: ssh_username from_secret: ssh_username
# password: password:
# from_secret: ssh_password from_secret: ssh_password
# envs: [ SSH_PASSWORD ] envs: [ SSH_PASSWORD ]
# script: script:
# - echo $SSH_PASSWORD | sudo -S systemctl restart radio-bullshit - echo $SSH_PASSWORD | sudo -S systemctl restart radio-bullshit
# when: when:
# branch: master branch: master
# event: push event: push