Compare commits

...

2 commits

Author SHA1 Message Date
2b9de0bd12 ci: final tests 2024-08-07 19:05:51 +01:00
d25556cecc ci: clean up testing 2024-08-07 15:10:58 +01:00
3 changed files with 6 additions and 25 deletions

View file

@ -38,14 +38,12 @@ jobs:
# needs: [ linter, build ]
steps:
- uses: actions/checkout@v4
# setup deploy key
- run: |
whoami
eval $(ssh-agent -s)
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
ssh -vvv root@193.1.99.120
# whoami
# eval $(ssh-agent -s)
# echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
# mkdir -p ~/.ssh
# chmod 700 ~/.ssh
# echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
colmena apply -v --on @active-dns --show-trace
shell: bash

View file

@ -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

View file

@ -36,8 +36,6 @@ in {
targetUser = null;
tags = ["active-dns" "dns"];
sshOptions = ["-vv"];
};
networking = {