Pipeline fix in deploy step.
Deploy Hugo Site / Build and Deploy to Server (push) Failing after 22s

This commit is contained in:
2025-02-20 14:06:33 -05:00
parent 1da753eadb
commit 079510dfbb
+2 -2
View File
@@ -27,7 +27,7 @@ jobs:
with:
host: ${{ secrets.HUGO_SITE_HOST }}
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
key: ${{ secrets.HUGO_DEPLOY_PRIVATE_KEY }}
password: ${{ secrets.HUGO_DEPLOY_PASSWORD }}
source: "public/"
target: "${{ secrets.HUGO_SITE_LOCATION }}/"
@@ -36,6 +36,6 @@ jobs:
with:
host: ${{ secrets.HUGO_SITE_HOST }}
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
key: ${{ secrets.HUGO_DEPLOY_PRIVATE_KEY }}
password: ${{ secrets.HUGO_DEPLOY_PASSWORD }}
script: |
docker restart hugo