Update SSH port for rsync deployment to use port 2121.
Some checks reported warnings
Build and Deploy Hugo Site / build_and_deploy (push) Has been cancelled
Some checks reported warnings
Build and Deploy Hugo Site / build_and_deploy (push) Has been cancelled
This commit is contained in:
parent
8a13ea83e9
commit
72fc0af913
1 changed files with 2 additions and 2 deletions
|
|
@ -72,11 +72,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rsync -avz --delete ./ verua.info@verua.info:/preview.verua.info/
|
rsync -avz --delete ./ verua.info@verua.info:/preview.verua.info/
|
||||||
env:
|
env:
|
||||||
RSYNC_RSH: 'ssh -o StrictHostKeyChecking=no'
|
RSYNC_RSH: 'ssh -p 2121 -o StrictHostKeyChecking=no'
|
||||||
|
|
||||||
- name: Deploy to Production
|
- name: Deploy to Production
|
||||||
if: env.myEnv_env == 'production'
|
if: env.myEnv_env == 'production'
|
||||||
run: |
|
run: |
|
||||||
rsync -avz --delete ./ verua.info@verua.info:/httpdocs/
|
rsync -avz --delete ./ verua.info@verua.info:/httpdocs/
|
||||||
env:
|
env:
|
||||||
RSYNC_RSH: 'ssh -o StrictHostKeyChecking=no'
|
RSYNC_RSH: 'ssh -p 2121 -o StrictHostKeyChecking=no'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue