Compare commits
6 Commits
c35e58647d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4977398dfc | |||
| 4ed81e0219 | |||
| 7784930f6c | |||
| 38f32ba3f5 | |||
| 86d8cb9cdf | |||
| eafc46da2a |
@@ -177,7 +177,7 @@ jobs:
|
|||||||
rsync -e "ssh -i ${VPS_DEPLOY_KEY} -o StrictHostKeyChecking=no" -avz --progress ./public ${VPS_DEPLOY_USER}@192.168.1.254:${VPS_DEPLOY_DEST}
|
rsync -e "ssh -i ${VPS_DEPLOY_KEY} -o StrictHostKeyChecking=no" -avz --progress ./public ${VPS_DEPLOY_USER}@192.168.1.254:${VPS_DEPLOY_DEST}
|
||||||
|
|
||||||
- name: Restart Hugo Container
|
- name: Restart Hugo Container
|
||||||
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
|
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||||
with:
|
with:
|
||||||
host: 192.168.1.254
|
host: 192.168.1.254
|
||||||
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Add/Commit Translations
|
- name: Add/Commit Translations
|
||||||
id: commit-translations
|
id: commit-translations
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@998652d28d7702d095d40f52ae42982a80ae8c7d # v9.0.1
|
||||||
with:
|
with:
|
||||||
message: "Adding translated content..."
|
message: "Adding translated content..."
|
||||||
add: "./content/*"
|
add: "./content/*"
|
||||||
@@ -187,7 +187,7 @@ jobs:
|
|||||||
rsync -e "ssh -i ${VPS_DEPLOY_KEY} -o StrictHostKeyChecking=no" -avz --progress ./public ${VPS_DEPLOY_USER}@192.168.1.254:${VPS_DEPLOY_DEST}
|
rsync -e "ssh -i ${VPS_DEPLOY_KEY} -o StrictHostKeyChecking=no" -avz --progress ./public ${VPS_DEPLOY_USER}@192.168.1.254:${VPS_DEPLOY_DEST}
|
||||||
|
|
||||||
- name: Restart Hugo Container
|
- name: Restart Hugo Container
|
||||||
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
|
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||||
with:
|
with:
|
||||||
host: 192.168.1.254
|
host: 192.168.1.254
|
||||||
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user