Actualiser .gitea/workflows/build.yaml
Some checks failed
Production / deploy (push) Failing after 9s
Some checks failed
Production / deploy (push) Failing after 9s
This commit is contained in:
parent
3dbb87d30b
commit
7585e9e09a
@ -28,7 +28,9 @@ jobs:
|
|||||||
run: hugo --gc --minify --buildDrafts -b https://blog.broillet.ch/
|
run: hugo --gc --minify --buildDrafts -b https://blog.broillet.ch/
|
||||||
|
|
||||||
- name: debug
|
- name: debug
|
||||||
run: ls -al .
|
run: |
|
||||||
|
ls -al .
|
||||||
|
ls -al public/
|
||||||
|
|
||||||
- name: Copy (scp) staging build to blog server
|
- name: Copy (scp) staging build to blog server
|
||||||
uses: https://github.com/appleboy/scp-action@v0.1.4
|
uses: https://github.com/appleboy/scp-action@v0.1.4
|
||||||
@ -46,7 +48,9 @@ jobs:
|
|||||||
run: hugo --gc --minify -b https://blog.broillet.ch/
|
run: hugo --gc --minify -b https://blog.broillet.ch/
|
||||||
|
|
||||||
- name: debug
|
- name: debug
|
||||||
run: ls -al .
|
run: |
|
||||||
|
ls -al .
|
||||||
|
ls -al public/
|
||||||
|
|
||||||
- name: Copy (scp) staging build to blog server
|
- name: Copy (scp) staging build to blog server
|
||||||
uses: https://github.com/appleboy/scp-action@v0.1.4
|
uses: https://github.com/appleboy/scp-action@v0.1.4
|
||||||
|
Loading…
Reference in New Issue
Block a user