cd
All checks were successful
/ job (push) Successful in 52s

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

View file

@ -45,7 +45,7 @@ jobs:
- name: Test connection
run: |
ssh -o StrictHostKeyChecking=accept-new 'de.tilde.link' \
ssh -o StrictHostKeyChecking=accept-new 'cd@de.tilde.link' \
-- hostname
- name: Synchronize output
@ -54,4 +54,4 @@ jobs:
--archive \
--verbose \
'out/' \
"de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"
"cd@de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"