Mise à jour de '.drone.yml'
This commit is contained in:
parent
4e951b76e0
commit
7bba49a7fe
@ -37,7 +37,7 @@ steps:
|
||||
- /bin/hugo
|
||||
|
||||
- name: deploy
|
||||
image: drillster/drone-rsync # image docker permettant d'utiliser rsync pour déployer des fichiers sur un ou plusieurs hôtes
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts: ["192.168.1.100"]
|
||||
target: /var/www/html/hugo-site
|
||||
@ -51,5 +51,5 @@ steps:
|
||||
- name: test
|
||||
image: busybox
|
||||
commands:
|
||||
- echo { build.status }
|
||||
- echo ${DRONE_COMMIT_SHA:0:8}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user