Compare commits
3 commits
c3364325b7
...
0d46b26714
Author | SHA1 | Date | |
---|---|---|---|
0d46b26714 | |||
5685e60f6e | |||
a8f13af3e8 |
1 changed files with 5 additions and 2 deletions
|
@ -44,11 +44,14 @@ jobs:
|
||||||
sha256sum ~/.ssh/id_ed25519
|
sha256sum ~/.ssh/id_ed25519
|
||||||
|
|
||||||
- name: Test connection
|
- 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
|
- name: Synchronize output
|
||||||
run: |
|
run: |
|
||||||
rsync \
|
rsync \
|
||||||
--archive \
|
--archive \
|
||||||
--verbose \
|
--verbose \
|
||||||
'out/' "cd@de.tilde.link:/o/cd/${GITHUB_REPOSITORY}/"
|
'out/' \
|
||||||
|
"cd@de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"
|
||||||
|
|
Loading…
Reference in a new issue