parent
5685e60f6e
commit
0d46b26714
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ jobs:
|
||||||
|
|
||||||
- name: Test connection
|
- name: Test connection
|
||||||
run: |
|
run: |
|
||||||
ssh -o StrictHostKeyChecking=accept-new 'de.tilde.link' \
|
ssh -o StrictHostKeyChecking=accept-new 'cd@de.tilde.link' \
|
||||||
-- hostname
|
-- hostname
|
||||||
|
|
||||||
- name: Synchronize output
|
- name: Synchronize output
|
||||||
|
@ -54,4 +54,4 @@ jobs:
|
||||||
--archive \
|
--archive \
|
||||||
--verbose \
|
--verbose \
|
||||||
'out/' \
|
'out/' \
|
||||||
"de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"
|
"cd@de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"
|
||||||
|
|
Loading…
Reference in a new issue