[HUGO] Automated PR for workflow-test-run_2025-07-21T13-30-22 - #25 #25

Merged
gitea-sonarqube-bot merged 13 commits from workflow-test-run_2025-07-21T13-30-22 into main 2025-07-22 18:36:47 -04:00
Showing only changes of commit 9ad8757c54 - Show all commits
+2 -2
View File
@@ -119,9 +119,9 @@ jobs:
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}
VPS_DEPLOY_HOST: ${{ secrets.HUGO_SITE_HOST }}
VPS_DEPLOY_DEST: ${{ secrets.VPS_DEPLOY_DEST }}
VPS_DEPLOY_KEY: ${{ steps.deploy_key_path.outputs.deploy_key_path }}
VPS_DEPLOY_KEY: ${{ steps.deploy_key_path.outputs.dkp }}
run: |
rsync -e 'ssh -i $VPS_DEPLOY_KEY -o StrictHostKeyChecking=no' -avz --progress --dry-run README.md charish@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
rsync -e 'ssh -i $VPS_DEPLOY_KEY -o StrictHostKeyChecking=no' -avz --progress --dry-run README.md ${VPS_DEPLOY_USER}@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: