added upload of robots.txt
Deploy static site / deploy (push) Successful in 24s

This commit is contained in:
2026-04-23 11:56:06 +02:00
parent df2d9b94aa
commit 08927017b1
+1 -1
View File
@@ -42,5 +42,5 @@ jobs:
run: | run: |
rsync -avz --delete \ rsync -avz --delete \
-e "ssh -i ~/.ssh/id_ed25519 -p ${{ secrets.DEPLOY_PORT }}" \ -e "ssh -i ~/.ssh/id_ed25519 -p ${{ secrets.DEPLOY_PORT }}" \
index.html styles.css de/ en/ \ index.html styles.css robots.txt de/ en/ \
${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:${{ secrets.DEPLOY_PATH }} ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_HOST }}:${{ secrets.DEPLOY_PATH }}