.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 working-directory: /opt/runner/workdir/fte-homepage-dev
jobs: jobs:
publish: prod-build:
name: Website veröffentlichen runs-on: act-runner-user
if: gitea.repository == 'fte/FTE-Homepage' timeout-minutes: 5
runs-on: act-runnerV2
steps: steps:
- name: clone - name: clone
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: build - name: build
env:
HUGO_SECURITY_EXEC_ALLOW: "node"
run: hugo --minify --gc --baseURL "https://dev.ftecke.de/" run: hugo --minify --gc --baseURL "https://dev.ftecke.de/"
- name: deploy - name: deploy
run: | run: |