Merge pull request 'Update .drone.yml' (#31) from mephisto-patch-1 into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: mephisto/clubbing-content#31
This commit is contained in:
Bastian Mäuser
2025-06-16 11:47:29 +02:00

View File

@@ -38,6 +38,7 @@ steps:
HUGO_ROOT: HUGO_ROOT:
from_secret: HUGO_ROOT from_secret: HUGO_ROOT
settings: settings:
envs: [ HUGO_ROOT ]
host: host:
from_secret: SSH_HOST from_secret: SSH_HOST
username: username:
@@ -48,9 +49,6 @@ steps:
known_hosts: known_hosts:
from_secret: KNOWN_HOST from_secret: KNOWN_HOST
script: script:
- echo [ HUGO_ROOT ]
- echo $HUGO_ROOT
- echo ${HUGO_ROOT}
- cd $HUGO_ROOT - cd $HUGO_ROOT
- hugo - hugo