Compare commits
1 commit
c0870ccac3
...
2d886def6c
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d886def6c |
2 changed files with 1 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
runs-on: nixos-latest
|
||||
steps:
|
||||
- run: echo All good!
|
||||
|
|
|
|||
|
|
@ -83,7 +83,6 @@ in
|
|||
token = "SutcrCJ3ULoE5LBj9Tm8zkvTRDEJCpbvpe7FEJHC";
|
||||
url = "https://git.donsz.nl/";
|
||||
labels = [
|
||||
"node-22:docker://node:22-bookworm"
|
||||
"nixos-latest:docker://nixos/nix"
|
||||
];
|
||||
settings = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue