simponic.xyz/.drone.yml
Elizabeth Hunt 6a5c93766f
All checks were successful
continuous-integration/drone/push Build is passing
ci
2024-06-23 22:11:11 -07:00

23 lines
356 B
YAML

kind: pipeline
type: docker
name: deploy
steps:
- name: ssh
image: appleboy/drone-ssh
settings:
host: levi.simponic.xyz
username: root
key:
from_secret: SSH_KEY
port: 22
command_timeout: 2m
script:
- cd /var/www/html/simponic.xyz && git pull
trigger:
branch:
- main
event:
- push