parent
5685e60f6e
commit
0d46b26714
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ jobs:
|
|||
|
||||
- name: Test connection
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=accept-new 'de.tilde.link' \
|
||||
ssh -o StrictHostKeyChecking=accept-new 'cd@de.tilde.link' \
|
||||
-- hostname
|
||||
|
||||
- name: Synchronize output
|
||||
|
@ -54,4 +54,4 @@ jobs:
|
|||
--archive \
|
||||
--verbose \
|
||||
'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