added deply pipeline

This commit is contained in:
JP100099 2025-07-11 22:18:54 +02:00
parent 63fe6aa17f
commit ec6d11033c

18
.woodpecker/deploy.yaml Normal file
View file

@ -0,0 +1,18 @@
when:
- event: push
branch: main
steps:
- name: deploy
image: appleboy/drone-scp
settings:
host: ${SERVER_HOST}
username: ${SERVER_USER}
port: ${SERVER_PORT}
key:
from_secret: ssh_key
source:
- *.html
- css/*
- img/*
target: ~/oldrabbittown/src