ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elizabeth Hunt 2024-06-23 22:11:11 -07:00
parent c323f67bb3
commit 6a5c93766f
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

22
.drone.yml Normal file
View File

@ -0,0 +1,22 @@
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