Messing around with rsync.
This commit is contained in:
@@ -164,9 +164,16 @@ jobs:
|
|||||||
gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}'
|
gotify_app_token: '${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}'
|
||||||
notification_title: 'GITEA: Hugo'
|
notification_title: 'GITEA: Hugo'
|
||||||
notification_message: 'Starting Hugo deployment... 🤞🏽'
|
notification_message: 'Starting Hugo deployment... 🤞🏽'
|
||||||
|
- name: Stopping 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 version
|
||||||
- name: Generate Hugo Site & Deploy for Docker
|
- name: Generate Hugo Site & Deploy for Docker
|
||||||
env:
|
env:
|
||||||
VPS_DEPLOY_KEY: ${{ secrets.VPS_DEPLOY_KEY }}
|
|
||||||
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
||||||
VPS_DEPLOY_HOST: ${{ secrets.HUGO_SITE_HOST }}
|
VPS_DEPLOY_HOST: ${{ secrets.HUGO_SITE_HOST }}
|
||||||
VPS_DEPLOY_DEST: ${{ secrets.VPS_DEPLOY_DEST }}
|
VPS_DEPLOY_DEST: ${{ secrets.VPS_DEPLOY_DEST }}
|
||||||
|
|||||||
Reference in New Issue
Block a user