forked from fediversity/fediversity
Compare commits
2 commits
d9e20da63f
...
f195a358ca
| Author | SHA1 | Date | |
|---|---|---|---|
| f195a358ca | |||
| 732758b58b |
3 changed files with 2 additions and 8 deletions
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
chmod 600 ~/.ssh/id_ed25519
|
||||
|
||||
- name: Cache
|
||||
- run: attic push demo $(nix-build)
|
||||
run: attic push demo $(nix-build)
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
chmod 600 ~/.ssh/id_ed25519
|
||||
|
||||
- name: Cache
|
||||
- run: attic push demo $(nix-build)
|
||||
run: attic push demo $(nix-build)
|
||||
|
||||
check-mastodon:
|
||||
runs-on: native
|
||||
|
|
|
|||
|
|
@ -19,10 +19,4 @@
|
|||
gateway = "2a00:51c0:13:1305::1";
|
||||
};
|
||||
};
|
||||
|
||||
nixos.module = {
|
||||
imports = [
|
||||
../../../services/fediversity/attic
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue