ref
Some checks failed
/ job (push) Failing after 1m2s

This commit is contained in:
Marc Beninca 2024-03-22 20:48:33 +01:00
parent a8f13af3e8
commit 5685e60f6e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -44,11 +44,14 @@ 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 'de.tilde.link' \
-- hostname
- name: Synchronize output
run: |
rsync \
--archive \
--verbose \
'out/' "cd@de.tilde.link:${GITHUB_REPOSITORY}/"
'out/' \
"de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"