Compare commits

..

2 Commits

Author SHA1 Message Date
Bastian Mäuser
bc7e7a3397 Merge pull request 'Update .drone.yml' (#27) from mephisto-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: mephisto/clubbing-content#27
2025-06-16 11:40:21 +02:00
Bastian Mäuser
6ccc6d9e72 Update .drone.yml 2025-06-16 11:40:16 +02:00

View File

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