Compare commits

..

No commits in common. "d0213b33be9e9b56db4eb47a5f13662ee283ac3e" and "6673349de5fca8137ea06b51033d0c1f69fd9cd1" have entirely different histories.

3 changed files with 0 additions and 4 deletions

View file

@ -20,6 +20,4 @@ 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)"

View file

@ -28,8 +28,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)"
check-mastodon:

Binary file not shown.