Compare commits

..

No commits in common. "0d46b26714a6539cb056267f189bfd9f01747610" and "c3364325b7c27746a9d571f4a04b8d09e32a783e" have entirely different histories.

View file

@ -44,14 +44,11 @@ jobs:
sha256sum ~/.ssh/id_ed25519 sha256sum ~/.ssh/id_ed25519
- name: Test connection - name: Test connection
run: | run: ssh -o StrictHostKeyChecking=accept-new 'cd@de.tilde.link' -- hostname
ssh -o StrictHostKeyChecking=accept-new 'cd@de.tilde.link' \
-- hostname
- name: Synchronize output - name: Synchronize output
run: | run: |
rsync \ rsync \
--archive \ --archive \
--verbose \ --verbose \
'out/' \ 'out/' "cd@de.tilde.link:/o/cd/${GITHUB_REPOSITORY}/"
"cd@de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"