forked from Fediversity/Fediversity
cat files
This commit is contained in:
parent
be6e26fc90
commit
d0213b33be
2 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:
|
||||
|
|
Loading…
Add table
Reference in a new issue