ci: fix .drone.yml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
7b9cbf7ca0
commit
d21a1f0d8b
|
@ -15,10 +15,10 @@ steps:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
passphrase:
|
passphrase:
|
||||||
from_secret: ssh_passphrase
|
from_secret: ssh_passphrase
|
||||||
target: /var/www/bom.ljg.sh/$DRONE_REPO_NAME.html
|
target: /var/www/bom.ljg.sh/${DRONE_REPO_NAME}
|
||||||
source: bom/ibom.html
|
source: bom/ibom.html
|
||||||
strip_components: 1
|
strip_components: 1
|
||||||
rm: yes
|
overwrite: yes
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
Loading…
Reference in New Issue