Revamp Schuelerzeitung
This commit is contained in:
@ -20,7 +20,7 @@ jobs:
|
||||
run: |
|
||||
cd /opt/data/actions/schuelerzeitung-main
|
||||
rm -rf public
|
||||
NODE_ENV=production npm i && hugo --minify --gc --baseURL "https://schuelerzeitung-gcg.de/"
|
||||
hugo --minify --gc --baseURL "https://schuelerzeitung-gcg.de/"
|
||||
- name: deploy
|
||||
run: |
|
||||
cd /opt/data/actions/schuelerzeitung-main/public
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
run: |
|
||||
cd /opt/data/actions/schuelerzeitung-main
|
||||
rm -rf test
|
||||
NODE_ENV=production npm i && hugo --minify --gc --baseURL "https://test.schuelerzeitung-gcg.de/" --buildDrafts --buildFuture -d test
|
||||
hugo --minify --gc --baseURL "https://test.schuelerzeitung-gcg.de/" --buildDrafts --buildFuture -d test
|
||||
- name: deploy
|
||||
run: |
|
||||
cd /opt/data/actions/schuelerzeitung-main/test
|
||||
|
Reference in New Issue
Block a user