ci: testing out deploy, go back to old
Some checks are pending
Build_Deploy / deploy_dns (push) Blocked by required conditions

This commit is contained in:
silver 2024-08-07 11:32:12 +01:00
parent 729b8742a0
commit 9a65a2e980

View file

@ -14,23 +14,23 @@ on:
- config/**/*
jobs:
linter:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix fmt -- --check .
#if: github.repository == 'Skynet/nixos'
build:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix develop
- run: colmena build -v --on @active-dns
- run: colmena build -v --on @active-core
- run: colmena build -v --on @active
- run: colmena build -v --on @active-ext
- run: colmena build -v --on @active-gitlab
# linter:
# runs-on: nix
# steps:
# - uses: actions/checkout@v4
# - run: nix fmt -- --check .
#
# #if: github.repository == 'Skynet/nixos'
# build:
# runs-on: nix
# steps:
# - uses: actions/checkout@v4
# - run: nix develop
# - run: colmena build -v --on @active-dns
# - run: colmena build -v --on @active-core
# - run: colmena build -v --on @active
# - run: colmena build -v --on @active-ext
# - run: colmena build -v --on @active-gitlab
deploy_dns:
runs-on: nix
@ -38,7 +38,9 @@ jobs:
steps:
- uses: actions/checkout@v4
# setup deploy key
- uses: https://github.com/webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.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