Compare commits
6 Commits
531aae18c0
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7784930f6c | |||
| 38f32ba3f5 | |||
| 86d8cb9cdf | |||
| eafc46da2a | |||
| 9dcdadf0d8 | |||
| 95ef0d3dc3 |
@@ -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}
|
||||
|
||||
- name: Restart Hugo Container
|
||||
uses: appleboy/ssh-action@v1.2.2
|
||||
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||
with:
|
||||
host: 192.168.1.254
|
||||
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
||||
|
||||
@@ -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}
|
||||
|
||||
- name: Restart Hugo Container
|
||||
uses: appleboy/ssh-action@v1.2.2
|
||||
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||
with:
|
||||
host: 192.168.1.254
|
||||
username: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user