Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Has been cancelled
Some checks failed
deploy blog / deploy (push) Has been cancelled
This commit is contained in:
parent
5f603574e3
commit
c18cce53f8
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
- name: Rsync rendered site
|
||||
# TODO: add --delete
|
||||
run: rsync -var -e 'ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes' ./public/ deploy@www.berlin.ccc.de:$DEPLOY_DIR
|
||||
run: rsync -var -e 'ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes' ./public/ deploy@www.berlin.ccc.de:/srv/http/www
|
||||
|
||||
- name: Cleanup
|
||||
if: ${{ always() }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue