Ajout déploiement du site.

This commit is contained in:
2026-02-13 18:09:53 +01:00
committed by Alexis Lahouze
parent 995eba2594
commit bcd15de895
+14
View File
@@ -11,4 +11,18 @@ steps:
commands:
- hugo build
- name: deploy
image: appleboy/drone-scp
settings:
host:
from_secret: SCP_HOST
port: 22
user:
from_secret: SCP_USER
key:
from_secret: SCP_SSH_KEY
source: public/*
target:
from_secret: SCP_TARGET
# vim: set tw=80 ts=4 sw=4 sts=4 nospell: