Compare commits

..

11 Commits

Author SHA1 Message Date
Bastian Mäuser
e9682ca2de Update .drone.yml 2025-06-16 11:47:24 +02:00
Bastian Mäuser
0ee3f59f73 Merge pull request 'Update .drone.yml' (#30) from mephisto-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: mephisto/clubbing-content#30
2025-06-16 11:46:50 +02:00
Bastian Mäuser
3847554cc7 Update .drone.yml 2025-06-16 11:46:46 +02:00
Bastian Mäuser
1a6663547a Merge pull request 'Update .drone.yml' (#29) from mephisto-patch-1 into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: mephisto/clubbing-content#29
2025-06-16 11:46:14 +02:00
Bastian Mäuser
9b0a7737fb Update .drone.yml 2025-06-16 11:46:07 +02:00
Bastian Mäuser
af9d93b097 Merge pull request 'Update .drone.yml' (#28) from mephisto-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: mephisto/clubbing-content#28
2025-06-16 11:44:34 +02:00
Bastian Mäuser
bddac62bb0 Update .drone.yml 2025-06-16 11:44:28 +02:00
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
Bastian Mäuser
678fa910d3 Merge pull request 'Update .drone.yml' (#26) from mephisto-patch-1 into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: mephisto/clubbing-content#26
2025-06-16 11:37:44 +02:00
Bastian Mäuser
8d642e2c43 Update .drone.yml 2025-06-16 11:37:35 +02:00

View File

@@ -34,8 +34,11 @@ steps:
from_secret: KNOWN_HOST
- name: run hugo
image: appleboy/drone-ssh
secrets: [ HUGO_ROOT ]
environment:
HUGO_ROOT:
from_secret: HUGO_ROOT
settings:
envs: [ HUGO_ROOT ]
host:
from_secret: SSH_HOST
username:
@@ -46,7 +49,7 @@ steps:
known_hosts:
from_secret: KNOWN_HOST
script:
- cd $${HUGO_ROOT}
- cd $HUGO_ROOT
- hugo
trigger: