forked from fediversity/fediversity
Compare commits
1 commit
f195a358ca
...
d9e20da63f
| Author | SHA1 | Date | |
|---|---|---|---|
| d9e20da63f |
3 changed files with 8 additions and 2 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,4 +19,10 @@
|
|||
gateway = "2a00:51c0:13:1305::1";
|
||||
};
|
||||
};
|
||||
|
||||
nixos.module = {
|
||||
imports = [
|
||||
../../../services/fediversity/attic
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue