.gitea/workflows/prod.yaml aktualisiert
Some checks failed
website-main / prod-build (push) Failing after 3s
website-main / test-build (push) Failing after 2s
website-main / auto-rebuild (push) Has been skipped

This commit is contained in:
Denys Konovalov 2023-09-23 15:45:50 +02:00
parent 9504f2f73d
commit 23d0032ed7

@ -19,8 +19,11 @@ jobs:
runs-on: act-runner-user
timeout-minutes: 5
steps:
- name: clone
uses: actions/checkout@v3
- name: pull
run: |
cd /opt/data/actions/gcg-website-master
git fetch --all
git reset --hard origin/master
- name: build
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
- name: deploy
@ -40,8 +43,11 @@ jobs:
runs-on: act-runner-user
timeout-minutes: 5
steps:
- name: clone
uses: actions/checkout@v3
- name: pull
run: |
cd /opt/data/actions/gcg-website-master
git fetch --all
git reset --hard origin/master
- name: build
run: hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test
- name: deploy
@ -53,8 +59,11 @@ jobs:
runs-on: act-runner-user
timeout-minutes: 5
steps:
- name: clone
uses: actions/checkout@v3
- name: pull
run: |
cd /opt/data/actions/gcg-website-master
git fetch --all
git reset --hard origin/master
- name: build
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
- name: deploy