.gitea/workflows/dev-2-0.yaml aktualisiert
Website / Website veröffentlichen (push) Failing after 5s
Website / Website veröffentlichen (push) Failing after 5s
This commit is contained in:
@@ -18,8 +18,10 @@ jobs:
|
||||
- name: clone
|
||||
uses: actions/checkout@v4
|
||||
- name: build
|
||||
env:
|
||||
HUGO_SECURITY_EXEC_ALLOW: "node"
|
||||
run: hugo --minify --gc --baseURL "https://dev.ftecke.de/"
|
||||
- name: deploy
|
||||
run: |
|
||||
cd public
|
||||
rsync -azr --delete ./ /opt/data/webdata/
|
||||
cd public
|
||||
rsync -azr --delete ./ /opt/data/webdata/
|
||||
Reference in New Issue
Block a user