forked from fediversity/fediversity
Compare commits
2 commits
6673349de5
...
d0213b33be
| Author | SHA1 | Date | |
|---|---|---|---|
| d0213b33be | |||
| be6e26fc90 |
3 changed files with 4 additions and 0 deletions
|
|
@ -20,4 +20,6 @@ jobs:
|
|||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.CD_SSH_KEY }}" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
cat ~/.config/attic/config.toml | head -n 2
|
||||
cat ~/.config/nix/nix.conf
|
||||
nix-shell --run "attic push demo $(nix-build)"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ jobs:
|
|||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.CD_SSH_KEY }}" > ~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
cat ~/.config/attic/config.toml | head -n 2
|
||||
cat ~/.config/nix/nix.conf
|
||||
nix-shell --run "attic push demo $(nix-build)"
|
||||
|
||||
check-mastodon:
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue