Actualiser .drone.yml
This commit is contained in:
parent
c6938fb311
commit
b53d6bafe5
@ -24,13 +24,14 @@ steps:
|
||||
- name: deploy files on server
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts: ["92.243.16.7"]
|
||||
hosts:
|
||||
from_secret: WEBHOSTING_HOST
|
||||
target: /var/www/html/mkdoc/site
|
||||
source: public/*
|
||||
user:
|
||||
from_secret: RSYNC_USER
|
||||
from_secret: WEBHOSTING_USER
|
||||
key:
|
||||
from_secret: RSYNC_HOST_KEY
|
||||
from_secret: WEBHOSTING_PRIVATE_KEY
|
||||
|
||||
# TO CONFIG AND TEST - SEND MAIL NOTIF
|
||||
- name: notify
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user