Update .github/workflows/deploy.yml
This commit is contained in:
parent
8fba92f447
commit
3428e18e7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -34,4 +34,4 @@ jobs:
|
|||
apt update && apt install -y rsync
|
||||
mkdir ~/.ssh
|
||||
ssh-keyscan matrix.toplap.org > ~/.ssh/known_hosts
|
||||
rsync -atv --progress ./website/dist/ strudel@matrix.toplap.org:/home/strudel/deploy
|
||||
rsync -atv --delete --progress ./website/dist/ strudel@matrix.toplap.org:/home/strudel/deploy
|
||||
Loading…
Add table
Add a link
Reference in a new issue