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

Merged
gitea-sonarqube-bot merged 1 commits from workflow-test-run_2025-07-21T13-30-22 into main 2025-07-22 15:25:15 -04:00
+1 -10
View File
@@ -162,14 +162,6 @@ jobs:
gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}'
notification_title: 'GITEA: Hugo'
notification_message: 'Starting Hugo deployment... 🤞🏽'
- name: Stop Hugo Container
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.HUGO_SITE_HOST }}
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
password: ${{ secrets.HUGO_DEPLOY_PASSWORD }}
script: |
docker container stop hugo
- name: Generate Hugo Site & Deploy for Docker
env:
VPS_DEPLOY_KEY: ${{ secrets.VPS_DEPLOY_KEY }}
@@ -182,8 +174,7 @@ jobs:
hugo version
hugo --minify --source .
rsync --progress -avz -e 'ssh -i id_rsa_deploy -o StrictHostKeyChecking=no' \
./public \
${VPS_DEPLOY_USER}@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
./public ${VPS_DEPLOY_USER}@${VPS_DEPLOY_HOST}:${VPS_DEPLOY_DEST}
- name: Start Hugo Container
uses: appleboy/ssh-action@v1.0.3
with: