Actualiser .gitea/workflows/build.yaml
All checks were successful
Production / deploy (push) Successful in 12s
All checks were successful
Production / deploy (push) Successful in 12s
This commit is contained in:
parent
499e8b6888
commit
1d7fd9c6aa
@ -28,7 +28,7 @@ jobs:
|
||||
run: hugo --gc --minify --buildDrafts -b https://blog.broillet.ch/
|
||||
|
||||
- name: Copy (scp) staging build to blog server
|
||||
uses: garygrossgarten/github-action-scp@release
|
||||
uses: https://github.com/garygrossgarten/github-action-scp@release
|
||||
with:
|
||||
local: 'public'
|
||||
remote: /var/www/html/staging
|
||||
@ -42,7 +42,7 @@ jobs:
|
||||
run: hugo --gc --minify -b https://blog.broillet.ch/
|
||||
|
||||
- name: Copy (scp) prod build to blog server
|
||||
uses: garygrossgarten/github-action-scp@release
|
||||
uses: https://github.com/garygrossgarten/github-action-scp@release
|
||||
with:
|
||||
local: 'public'
|
||||
remote: /var/www/html/prod
|
||||
|
Loading…
Reference in New Issue
Block a user