.gitea/workflows/dev-2-0.yaml aktualisiert
Website / prod-build (push) Has been cancelled

This commit is contained in:
fte
2026-07-28 19:32:22 +02:00
parent c878728edc
commit 18b0aeab11
+3 -6
View File
@@ -10,16 +10,13 @@ defaults:
working-directory: /opt/runner/workdir/fte-homepage-dev
jobs:
publish:
name: Website veröffentlichen
if: gitea.repository == 'fte/FTE-Homepage'
runs-on: act-runnerV2
prod-build:
runs-on: act-runner-user
timeout-minutes: 5
steps:
- 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: |