kspace-bludit-theme/.drone.yml
Kazhnuz c97c5eb82d
Some checks failed
continuous-integration/drone Build is failing
ci: ajoute pipeline drone
2024-06-09 18:19:43 +02:00

26 lines
463 B
YAML

kind: pipeline
name: production
when:
event: [ push ]
branch: [ main ]
clone:
git:
image: plugins/git
pull: true
steps:
- name: deploy
image: drillster/drone-rsync
settings:
hosts:
from_secret: deploy_host
target: /var/www/blog.kazhnuz.space/bl-themes/kazhnuz-space
source: /*
user:
from_secret: deploy_user
key:
from_secret: deploy_key
when:
branch: main
delete: true