forked from Fediversity/Fediversity
print whole file
This commit is contained in:
parent
82b65caadc
commit
4ff5f128c7
2 changed files with 2 additions and 2 deletions
|
@ -20,6 +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/attic/config.toml
|
||||
cat ~/.config/nix/nix.conf
|
||||
nix-shell --run "attic push demo $(nix-build)"
|
||||
|
|
|
@ -28,7 +28,7 @@ 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/attic/config.toml
|
||||
cat ~/.config/nix/nix.conf
|
||||
nix-shell --run "attic push demo $(nix-build)"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue