blog/.drone.yml
Simon Petit cd22d9c8d2
Some checks failed
continuous-integration/drone/push Build is failing
new pipelin
2024-11-08 21:54:42 +01:00

19 lines
302 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Deploy
image: appleboy/drone-scp
settings:
host:
- simonpetit.top
username: debian
password:
from_secret: ssh_password
port: 22
target: /var/www/html/blog/
source:
- index.html
- posts/*.html