This commit is contained in:
parent
1d2126fcd0
commit
203b1f3cfa
@ -1,5 +1,5 @@
|
||||
kind: pipeline
|
||||
name: mkdocs build and deploy
|
||||
name: hugo build and deploy
|
||||
type: docker
|
||||
platform:
|
||||
os: linux
|
||||
@ -15,7 +15,6 @@ steps:
|
||||
image: hugomods/hugo:0.111.3
|
||||
settings:
|
||||
hugo_version: 0.111.3
|
||||
# theme: silhouette-hugo
|
||||
extended: true
|
||||
validate: true
|
||||
config: config.toml
|
||||
@ -31,21 +30,18 @@ steps:
|
||||
hosts: ["92.243.16.7"]
|
||||
target: /var/www/html/ltqf
|
||||
source: public/*
|
||||
# port:
|
||||
# from_secret: RSYNC_SSH_PORT
|
||||
user:
|
||||
from_secret: RSYNC_USER
|
||||
key:
|
||||
from_secret: RSYNC_HOST_KEY
|
||||
|
||||
# TO CONFIG AND TEST - SEND MAIL NOTIF
|
||||
# SEND MAIL NOTIF
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
settings:
|
||||
from.address: contact@legaragenumerique.fr
|
||||
host: mail.gandi.net
|
||||
port: 465
|
||||
# skip_verify: true
|
||||
debug: true
|
||||
username: contact@legaragenumerique.fr
|
||||
password:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user