Refactor deployment scripts in pipeline-test.yaml.
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m29s
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m29s
This commit is contained in:
parent
2ab3d22438
commit
185daa557d
1 changed files with 16 additions and 19 deletions
|
|
@ -69,14 +69,11 @@ jobs:
|
|||
run: |
|
||||
rsync -avz --delete ./ verua.info@verua.info:/preview.verua.info/
|
||||
env:
|
||||
RSYNC_RSH: "ssh -o StrictHostKeyChecking=no"
|
||||
RSYNC_RSH: 'ssh -o StrictHostKeyChecking=no'
|
||||
|
||||
- name: Deploy to Production
|
||||
if: env.myEnv_env == 'production'
|
||||
run: |
|
||||
rsync -avz --delete ./ verua.info@verua.info:/httpdocs/
|
||||
env:
|
||||
RSYNC_RSH: "ssh -o StrictHostKeyChecking=no"
|
||||
|
||||
|
||||
|
||||
RSYNC_RSH: 'ssh -o StrictHostKeyChecking=no'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue