Update .forgejo/workflows/deploy.yaml
All checks were successful
deploy blog / deploy (push) Successful in 1m9s
All checks were successful
deploy blog / deploy (push) Successful in 1m9s
This commit is contained in:
parent
52a09f97e5
commit
2f0f720bbf
1 changed files with 2 additions and 2 deletions
|
|
@ -55,11 +55,11 @@ jobs:
|
||||||
|
|
||||||
- name: Sync rendered site to staging
|
- name: Sync rendered site to staging
|
||||||
if: forgejo.ref_name == 'staging'
|
if: forgejo.ref_name == 'staging'
|
||||||
run: rsync -var -e 'ssh -i .ssh/id_ed25519 -O "HostKeyAlgorithms=ssh-ed25519"' ./public/ deploy@www.berlin.ccc.de:srv/http/www-staging/
|
run: rsync -var -e 'ssh -i .ssh/id_ed25519 -o HostKeyAlgorithms=ssh-ed25519' ./public/ deploy@www.berlin.ccc.de:srv/http/www-staging/
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Sync rendered site to production
|
- name: Sync rendered site to production
|
||||||
if: forgejo.ref_name == 'production'
|
if: forgejo.ref_name == 'production'
|
||||||
run: rsync -var -e 'ssh -i .ssh/id_ed25519 -O "HostKeyAlgorithms=ssh-ed25519"' ./public/ deploy@www.berlin.ccc.de:srv/http/www/
|
run: rsync -var -e 'ssh -i .ssh/id_ed25519 -o HostKeyAlgorithms=ssh-ed25519' ./public/ deploy@www.berlin.ccc.de:srv/http/www/
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue