Tshooting rsync #3.
This commit is contained in:
@@ -104,14 +104,14 @@ 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: 'Broken link inspection done... 🔍'
|
notification_message: 'Broken link inspection done... 🔍'
|
||||||
- run: echo "${{ secrets.VPS_DEPLOY_KEY }}"
|
|
||||||
- name: Setup rsync
|
- name: Setup rsync
|
||||||
id: setup-rsync
|
id: rsync
|
||||||
uses: GuillaumeFalourd/setup-rsync@v1.2
|
uses: GuillaumeFalourd/setup-rsync@v1.2
|
||||||
with:
|
with:
|
||||||
ssh-key: ${{ secrets.VPS_DEPLOY_KEY }}
|
ssh-key: ${{ secrets.VPS_DEPLOY_KEY }}
|
||||||
- name: Verifying key path
|
- name: Verifying key path
|
||||||
run: echo "SSK KEY PATH ${{ steps.setup-rsync.outputs.ssh_key_path }}"
|
run: |
|
||||||
|
echo "SSK KEY PATH: ${{ steps.rsync.outputs.ssh_key_path }}"
|
||||||
- name: Testing rsync
|
- name: Testing rsync
|
||||||
env:
|
env:
|
||||||
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
VPS_DEPLOY_USER: ${{ secrets.HUGO_DEPLOY_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user