This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
host: ${{ secrets.HUGO_SITE_HOST }}
|
host: ${{ secrets.HUGO_SITE_HOST }}
|
||||||
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
||||||
key: ${{ secrets.HUGO_DEPLOY_PRIVATE_KEY }}
|
password: ${{ secrets.HUGO_DEPLOY_PASSWORD }}
|
||||||
source: "public/"
|
source: "public/"
|
||||||
target: "${{ secrets.HUGO_SITE_LOCATION }}/"
|
target: "${{ secrets.HUGO_SITE_LOCATION }}/"
|
||||||
|
|
||||||
@@ -36,6 +36,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
host: ${{ secrets.HUGO_SITE_HOST }}
|
host: ${{ secrets.HUGO_SITE_HOST }}
|
||||||
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
||||||
key: ${{ secrets.HUGO_DEPLOY_PRIVATE_KEY }}
|
password: ${{ secrets.HUGO_DEPLOY_PASSWORD }}
|
||||||
script: |
|
script: |
|
||||||
docker restart hugo
|
docker restart hugo
|
||||||
|
|||||||
Reference in New Issue
Block a user