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