Compare commits

...

2 Commits

Author SHA1 Message Date
Bastian Mäuser
a10fcbd1f5 Merge pull request 'Update .drone.yml' (#24) from mephisto-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: mephisto/clubbing-content#24
2025-06-16 11:34:57 +02:00
Bastian Mäuser
234239d8c0 Update .drone.yml 2025-06-16 11:34:50 +02:00

View File

@@ -34,6 +34,7 @@ steps:
from_secret: KNOWN_HOST
- name: run hugo
image: appleboy/drone-ssh
secrets: [ HUGO_ROOT ]
settings:
host:
from_secret: SSH_HOST
@@ -45,7 +46,7 @@ steps:
known_hosts:
from_secret: KNOWN_HOST
script:
- cd [ HUGO_ROOT ]
- cd $HUGO_ROOT
- hugo
trigger: