„.drone.yml“ ändern

This commit is contained in:
Denys Konovalov 2023-01-27 19:21:05 +01:00
parent 711c7ef1bf
commit 23c8fcae66

@ -59,6 +59,7 @@ steps:
buildDrafts: true buildDrafts: true
buildFuture: true buildFuture: true
extended: true extended: true
output: test
url: https://test.cantorgymnasium.de/ url: https://test.cantorgymnasium.de/
commands: commands:
- apk add --update --no-cache tzdata - apk add --update --no-cache tzdata
@ -73,7 +74,7 @@ steps:
user: web-push user: web-push
key: key:
from_secret: ssh_key from_secret: ssh_key
source: public/ source: test/
target: /opt/data/webdata/gcg-website-test/ target: /opt/data/webdata/gcg-website-test/
recursive: true recursive: true
delete: true delete: true