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

This commit is contained in:
Denys Konovalov 2023-09-23 15:48:56 +02:00
parent 23d0032ed7
commit eef4524135

@ -25,10 +25,12 @@ jobs:
git fetch --all
git reset --hard origin/master
- name: build
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
run: |
cd /opt/data/actions/gcg-website-master
hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
- name: deploy
run: |
cd public
cd cd /opt/data/actions/gcg-website-master/public
pagefind --source=.
rsync -azr --delete ./ /opt/data/webdata/gcg-website/
- name: notification
@ -49,10 +51,12 @@ jobs:
git fetch --all
git reset --hard origin/master
- name: build
run: hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test
run: |
cd /opt/data/actions/gcg-website-master
hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test
- name: deploy
run: |
cd test
cd cd /opt/data/actions/gcg-website-master/test
rsync -azr --delete ./ /opt/data/webdata/gcg-website-test/
auto-rebuild:
if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'schedule'
@ -65,9 +69,11 @@ jobs:
git fetch --all
git reset --hard origin/master
- name: build
run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
run: |
cd /opt/data/actions/gcg-website-master
hugo --minify --gc --baseURL "https://cantorgymnasium.de/"
- name: deploy
run: |
cd public
cd cd /opt/data/actions/gcg-website-master/public
pagefind --source=.
rsync -azr --delete ./ /opt/data/webdata/gcg-website/