Auto Merge of PR 21 - workflow-test-run_2025-07-21T13-30-22

Merged by Trez.One
This commit was merged in pull request #21.
This commit is contained in:
2025-07-22 16:49:24 -04:00
+1 -1
View File
@@ -165,7 +165,7 @@ jobs:
VPS_DEPLOY_KEY: |
${{ secrets.VPS_DEPLOY_KEY }}
run: |
rsync -e 'ssh -o StrictHostKeyChecking=no' -avz --progress --dry-run README.md ${VPS_DEPLOY_USER}@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
rsync -e 'ssh -o StrictHostKeyChecking=no' -avz --progress --dry-run README.md charish@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
- name: Gotify Notification
uses: eikendev/gotify-action@master
with: