This commit is contained in:
parent
4e4904aabf
commit
f866dc5831
26
.drone.yml
26
.drone.yml
|
@ -27,19 +27,19 @@ steps:
|
||||||
- ls
|
- ls
|
||||||
- ls public/
|
- ls public/
|
||||||
|
|
||||||
- name: deploie_tes_ailes
|
#- name: deploie_tes_ailes
|
||||||
image: appleboy/drone-scp
|
# image: appleboy/drone-scp
|
||||||
settings:
|
# settings:
|
||||||
host: {from_secret: SCP_HOSTNAME}
|
# host: {from_secret: SCP_HOSTNAME}
|
||||||
port: {from_secret: SCP_PORT}
|
# port: {from_secret: SCP_PORT}
|
||||||
username: {from_secret: SCP_USERNAME}
|
# username: {from_secret: SCP_USERNAME}
|
||||||
#password: {from_secret: SCP_PASSWORD}
|
# #password: {from_secret: SCP_PASSWORD}
|
||||||
key: {from_secret: SCP_KEY}
|
# key: {from_secret: SCP_KEY}
|
||||||
source: public/
|
# source: public/
|
||||||
strip_components: 1
|
# strip_components: 1
|
||||||
target: {from_secret: SCP_TARGET_DIRECTORY}
|
# target: {from_secret: SCP_TARGET_DIRECTORY}
|
||||||
#target: /srv/apps/blog/data/www/public
|
# #target: /srv/apps/blog/data/www/public
|
||||||
rm: true
|
# rm: true
|
||||||
|
|
||||||
- name: rereveille_toi
|
- name: rereveille_toi
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
|
|
Loading…
Reference in a new issue