blog/.drone.yml
Simon Petit 9a62a00553
All checks were successful
continuous-integration/drone/push Build is passing
adding css to pipeline
2024-11-14 16:06:55 +01:00

20 lines
307 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
- css