Ajout déploiement du site.
This commit is contained in:
@@ -11,4 +11,18 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- hugo build
|
- 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:
|
# vim: set tw=80 ts=4 sw=4 sts=4 nospell:
|
||||||
|
|||||||
Reference in New Issue
Block a user