Compare commits

...

2 commits

Author SHA1 Message Date
c3364325b7
cd
All checks were successful
/ job (push) Successful in 54s
2024-03-22 16:29:48 +01:00
0f49133fb0
target
Some checks failed
/ job (push) Failing after 50s
2024-03-22 16:25:16 +01:00

View file

@ -36,16 +36,10 @@ jobs:
- name: Build
run: './build.sh'
- name: Set output
run: mkdir 'out'
- name: Timestamp index
run: echo "$(date)" > 'out/index.html'
- name: Configure Delivery
run: |
mkdir --parents ~/.ssh
echo -n '${{secrets.cd}}' > ~/.ssh/id_ed25519
echo '${{secrets.cd}}' > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
sha256sum ~/.ssh/id_ed25519
@ -57,4 +51,4 @@ jobs:
rsync \
--archive \
--verbose \
'out/' 'cd@de.tilde.link:/o/test/'
'out/' "cd@de.tilde.link:/o/cd/${GITHUB_REPOSITORY}/"