restructured files to be in public folder
Deploy static site / deploy (push) Failing after 27s

This commit is contained in:
2026-04-23 12:06:45 +02:00
parent 08927017b1
commit 0b9c72fdf9
7 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -2,7 +2,7 @@ name: Deploy static site
on:
push:
branches: [main]
branches: [ main ]
jobs:
deploy:
@@ -41,6 +41,6 @@ jobs:
- name: Deploy via rsync
run: |
rsync -avz --delete \
-e "ssh -i ~/.ssh/id_ed25519 -p ${{ secrets.DEPLOY_PORT }}" \
index.html styles.css robots.txt de/ en/ \
${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:${{ secrets.DEPLOY_PATH }}
-e "ssh -i ~/.ssh/id_ed25519 -p ${{ secrets.DEPLOY_PORT }} \
public/ \
${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:${{ secrets.DEPLOY_PATH }}