Compare commits
No commits in common. "0d46b26714a6539cb056267f189bfd9f01747610" and "c3364325b7c27746a9d571f4a04b8d09e32a783e" have entirely different histories.
0d46b26714
...
c3364325b7
1 changed files with 2 additions and 5 deletions
|
@ -44,14 +44,11 @@ jobs:
|
|||
sha256sum ~/.ssh/id_ed25519
|
||||
|
||||
- name: Test connection
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=accept-new 'cd@de.tilde.link' \
|
||||
-- hostname
|
||||
run: ssh -o StrictHostKeyChecking=accept-new 'cd@de.tilde.link' -- hostname
|
||||
|
||||
- name: Synchronize output
|
||||
run: |
|
||||
rsync \
|
||||
--archive \
|
||||
--verbose \
|
||||
'out/' \
|
||||
"cd@de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"
|
||||
'out/' "cd@de.tilde.link:/o/cd/${GITHUB_REPOSITORY}/"
|
||||
|
|
Loading…
Reference in a new issue