Compare commits
No commits in common. "c324aa76c1e94aa0a0b2a67451c122a600ed9f99" and "a7d9dd6c5c64ce082684b49dde7e6c25407af28c" have entirely different histories.
c324aa76c1
...
a7d9dd6c5c
2 changed files with 6 additions and 11 deletions
|
@ -37,10 +37,4 @@ jobs:
|
|||
needs: [linter, build]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# setup deploy key
|
||||
- run: |
|
||||
eval $(ssh-agent -s)
|
||||
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add - > /dev/null
|
||||
mkdir -p ~/.ssh
|
||||
chmod 700 ~/.ssh
|
||||
- run: colmena apply -v --on @active-dns
|
||||
- run: nix fmt -- --check .
|
|
@ -7,6 +7,7 @@
|
|||
# Return to using unstable once the current master is merged in
|
||||
# nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
|
||||
|
||||
# utility stuff
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
|
|
Loading…
Reference in a new issue