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

Merged by Trez.One
This commit was merged in pull request #13.
This commit is contained in:
2025-07-22 15:35:19 -04:00
+1 -1
View File
@@ -173,7 +173,7 @@ jobs:
run: |
hugo version
hugo --minify --source .
rsync --progress -avz ./public ${VPS_DEPLOY_USER}@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
rsync --progress -avz -e 'ssh -o StrictHostKeyChecking=no' ./public ${VPS_DEPLOY_USER}@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
- name: Start Hugo Container
uses: appleboy/ssh-action@v1.0.3
with: