Actualiser .gitea/workflows/build.yaml
All checks were successful
Production / deploy (push) Successful in 12s

This commit is contained in:
Mathieu Broillet 2023-07-03 14:36:38 +00:00
parent 499e8b6888
commit 1d7fd9c6aa

View File

@ -28,7 +28,7 @@ jobs:
run: hugo --gc --minify --buildDrafts -b https://blog.broillet.ch/ run: hugo --gc --minify --buildDrafts -b https://blog.broillet.ch/
- name: Copy (scp) staging build to blog server - name: Copy (scp) staging build to blog server
uses: garygrossgarten/github-action-scp@release uses: https://github.com/garygrossgarten/github-action-scp@release
with: with:
local: 'public' local: 'public'
remote: /var/www/html/staging remote: /var/www/html/staging
@ -42,7 +42,7 @@ jobs:
run: hugo --gc --minify -b https://blog.broillet.ch/ run: hugo --gc --minify -b https://blog.broillet.ch/
- name: Copy (scp) prod build to blog server - name: Copy (scp) prod build to blog server
uses: garygrossgarten/github-action-scp@release uses: https://github.com/garygrossgarten/github-action-scp@release
with: with:
local: 'public' local: 'public'
remote: /var/www/html/prod remote: /var/www/html/prod