Update .github/workflows/deploy.yml

This commit is contained in:
yaxu
2025-06-13 17:26:37 +02:00
parent 8fba92f447
commit 3428e18e7d
+1 -1
View File
@@ -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