Compare commits
No commits in common. "c3364325b7c27746a9d571f4a04b8d09e32a783e" and "3386b528af2ed3aae5b7fbf74c915611cf9118fe" have entirely different histories.
c3364325b7
...
3386b528af
1 changed files with 8 additions and 2 deletions
|
@ -36,10 +36,16 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: './build.sh'
|
run: './build.sh'
|
||||||
|
|
||||||
|
- name: Set output
|
||||||
|
run: mkdir 'out'
|
||||||
|
|
||||||
|
- name: Timestamp index
|
||||||
|
run: echo "$(date)" > 'out/index.html'
|
||||||
|
|
||||||
- name: Configure Delivery
|
- name: Configure Delivery
|
||||||
run: |
|
run: |
|
||||||
mkdir --parents ~/.ssh
|
mkdir --parents ~/.ssh
|
||||||
echo '${{secrets.cd}}' > ~/.ssh/id_ed25519
|
echo -n '${{secrets.cd}}' > ~/.ssh/id_ed25519
|
||||||
chmod 600 ~/.ssh/id_ed25519
|
chmod 600 ~/.ssh/id_ed25519
|
||||||
sha256sum ~/.ssh/id_ed25519
|
sha256sum ~/.ssh/id_ed25519
|
||||||
|
|
||||||
|
@ -51,4 +57,4 @@ jobs:
|
||||||
rsync \
|
rsync \
|
||||||
--archive \
|
--archive \
|
||||||
--verbose \
|
--verbose \
|
||||||
'out/' "cd@de.tilde.link:/o/cd/${GITHUB_REPOSITORY}/"
|
'out/' 'cd@de.tilde.link:/o/test/'
|
||||||
|
|
Loading…
Reference in a new issue