Compare commits

..

No commits in common. "ff173f91a08211a9c32339ffa2fa1c13f5942c7c" and "a8c705a98b27004b6e7791b9b94aed2e1741f62a" have entirely different histories.

4 changed files with 0 additions and 24 deletions

5
branch
View file

@ -1,5 +0,0 @@
git clone \
--branch "${GITHUB_REF_NAME}" \
-- \
"${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" \
'.'

1
env
View file

@ -1 +0,0 @@
env | sort

16
sync
View file

@ -1,16 +0,0 @@
apt-get install 'rsync'
mkdir --parents ~/.ssh
echo '${{secrets.cd}}' > ~/.ssh/id_ed25519
chmod 400 ~/.ssh/id_ed25519
ssh \
-o StrictHostKeyChecking=accept-new \
'cd@de.tilde.link' -- hostname
rsync \
--archive \
--delete-before \
--verbose \
'out/' \
"cd@de.tilde.link:/cd/${GITHUB_REF_NAME}/${GITHUB_REPOSITORY}/"

View file

@ -1,2 +0,0 @@
apt-get install 'tree'
tree -a "${GITHUB_WORKSPACE}"