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

Merged by Trez.One
This commit was merged in pull request #26.
This commit is contained in:
2025-07-22 18:41:45 -04:00
+1 -6
View File
@@ -158,11 +158,6 @@ jobs:
uses: GuillaumeFalourd/setup-rsync@v1.2 uses: GuillaumeFalourd/setup-rsync@v1.2
with: with:
ssh_key: ${{ secrets.VPS_DEPLOY_KEY }} ssh_key: ${{ secrets.VPS_DEPLOY_KEY }}
- name: Retrieve private key path for rsync
id: deploy_key_path
run: |
deploy_key_path=$(echo ${{ steps.setup_rsync.outputs.ssh_key_path }})
echo "dkp=$deploy_key_path" >> $GITHUB_OUTPUT
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@master
with: with:
@@ -175,7 +170,7 @@ jobs:
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }} VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}
VPS_DEPLOY_HOST: ${{ secrets.HUGO_SITE_HOST }} VPS_DEPLOY_HOST: ${{ secrets.HUGO_SITE_HOST }}
VPS_DEPLOY_DEST: ${{ secrets.VPS_DEPLOY_DEST }} VPS_DEPLOY_DEST: ${{ secrets.VPS_DEPLOY_DEST }}
VPS_DEPLOY_KEY: ${{ steps.setup_rsync.outputs.dkp }} VPS_DEPLOY_KEY: ${{ steps.setup_rsync.outputs.ssh_key_path }}
run: | run: |
echo "${VPS_DEPLOY_KEY}" echo "${VPS_DEPLOY_KEY}"
hugo version hugo version