ci: fix .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2024-01-06 15:19:36 +01:00
parent 7b9cbf7ca0
commit d21a1f0d8b
1 changed files with 2 additions and 2 deletions

View File

@ -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