Update drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Ethan Lane 2023-02-03 17:55:10 +00:00
parent 1c3ba40b56
commit f5f87a52dc

View file

@ -1,44 +1,38 @@
---
kind: pipeline
type: ssh
name: deployment
server:
image: appleboy/drone-ssh
settings:
host: 192.168.68.121
user: vylpes
username: vylpes
password:
from_secret: ssh_password
steps:
- name: deploy
commands:
- sh /home/vylpes/scripts/vylbot/deploy_prod.sh
port: 22
script:
- sh /home/vylpes/scripts/vylbot/deploy_prod.sh
trigger:
branch:
- main
event:
- promote
target:
- production
---
kind: pipeline
type: ssh
name: staging
server:
image: appleboy/drone-ssh
settings:
host: 192.168.68.121
user: vylpes
username: vylpes
password:
from_secret: ssh_password
steps:
- name: deploy
commands:
- sh /home/vylpes/scripts/vylbot/deploy_stage.sh
port: 22
script:
- sh /home/vylpes/scripts/vylbot/deploy_stage.sh
trigger:
branch: