Mise à jour de '.drone.yml'
This commit is contained in:
parent
4e951b76e0
commit
7bba49a7fe
@ -37,7 +37,7 @@ steps:
|
|||||||
- /bin/hugo
|
- /bin/hugo
|
||||||
|
|
||||||
- name: deploy
|
- 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:
|
settings:
|
||||||
hosts: ["192.168.1.100"]
|
hosts: ["192.168.1.100"]
|
||||||
target: /var/www/html/hugo-site
|
target: /var/www/html/hugo-site
|
||||||
@ -51,5 +51,5 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- echo { build.status }
|
- echo ${DRONE_COMMIT_SHA:0:8}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user