parent
a8f13af3e8
commit
5685e60f6e
1 changed files with 5 additions and 2 deletions
|
@ -44,11 +44,14 @@ jobs:
|
||||||
sha256sum ~/.ssh/id_ed25519
|
sha256sum ~/.ssh/id_ed25519
|
||||||
|
|
||||||
- name: Test connection
|
- name: Test connection
|
||||||
run: ssh -o StrictHostKeyChecking=accept-new 'cd@de.tilde.link' -- hostname
|
run: |
|
||||||
|
ssh -o StrictHostKeyChecking=accept-new 'de.tilde.link' \
|
||||||
|
-- hostname
|
||||||
|
|
||||||
- name: Synchronize output
|
- name: Synchronize output
|
||||||
run: |
|
run: |
|
||||||
rsync \
|
rsync \
|
||||||
--archive \
|
--archive \
|
||||||
--verbose \
|
--verbose \
|
||||||
'out/' "cd@de.tilde.link:${GITHUB_REPOSITORY}/"
|
'out/' \
|
||||||
|
"de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"
|
||||||
|
|
Loading…
Reference in a new issue