Compare commits

...

3 commits

Author SHA1 Message Date
Vylpes fc7c9ef02c Merge pull request 'Update drone.yml' (#265) from feature/263-drone-stuck into develop
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/265
2023-02-03 18:02:52 +00:00
Ethan Lane b9fdd51897 Update drone.yml
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2023-02-03 18:02:40 +00:00
Ethan Lane 1908f7505c Update drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
2023-02-03 18:01:06 +00:00

View file

@ -3,15 +3,17 @@
kind: pipeline kind: pipeline
name: deployment name: deployment
image: appleboy/drone-ssh steps:
settings: - name: deploy
host: 192.168.68.121 image: appleboy/drone-ssh
username: vylpes settings:
password: host: 192.168.68.121
from_secret: ssh_password username: vylpes
port: 22 password:
script: from_secret: ssh_password
- sh /home/vylpes/scripts/vylbot/deploy_prod.sh port: 22
script:
- sh /home/vylpes/scripts/vylbot/deploy_prod.sh
trigger: trigger:
branch: branch:
@ -24,15 +26,17 @@ trigger:
kind: pipeline kind: pipeline
name: staging name: staging
image: appleboy/drone-ssh steps:
settings: - name: stage
host: 192.168.68.121 image: appleboy/drone-ssh
username: vylpes settings:
password: host: 192.168.68.121
from_secret: ssh_password username: vylpes
port: 22 password:
script: from_secret: ssh_password
- sh /home/vylpes/scripts/vylbot/deploy_stage.sh port: 22
script:
- sh /home/vylpes/scripts/vylbot/deploy_stage.sh
trigger: trigger:
branch: branch: