Compare commits

..

3 commits

Author SHA1 Message Date
0d46b26714
cd
All checks were successful
/ job (push) Successful in 52s
2024-03-22 20:55:15 +01:00
5685e60f6e
ref
Some checks failed
/ job (push) Failing after 1m2s
2024-03-22 20:48:33 +01:00
a8f13af3e8
relative
All checks were successful
/ job (push) Successful in 1m1s
2024-03-22 17:03:13 +01:00

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