Compare commits
2 commits
56141d240d
...
2b9de0bd12
Author | SHA1 | Date | |
---|---|---|---|
2b9de0bd12 | |||
d25556cecc |
3 changed files with 6 additions and 25 deletions
|
@ -38,14 +38,12 @@ jobs:
|
||||||
# needs: [ linter, build ]
|
# needs: [ linter, build ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# setup deploy key
|
|
||||||
- run: |
|
- run: |
|
||||||
whoami
|
# whoami
|
||||||
eval $(ssh-agent -s)
|
# eval $(ssh-agent -s)
|
||||||
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
|
# echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
|
||||||
mkdir -p ~/.ssh
|
# mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
# chmod 700 ~/.ssh
|
||||||
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
# echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||||
ssh -vvv root@193.1.99.120
|
|
||||||
colmena apply -v --on @active-dns --show-trace
|
colmena apply -v --on @active-dns --show-trace
|
||||||
shell: bash
|
shell: bash
|
|
@ -1,15 +0,0 @@
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
input_to_update:
|
|
||||||
description: 'Flake input to update'
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: echo All Good
|
|
||||||
- run: echo "${{ inputs.input_to_update }}"
|
|
||||||
shell: bash
|
|
|
@ -36,8 +36,6 @@ in {
|
||||||
targetUser = null;
|
targetUser = null;
|
||||||
|
|
||||||
tags = ["active-dns" "dns"];
|
tags = ["active-dns" "dns"];
|
||||||
|
|
||||||
sshOptions = ["-vv"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue