Compare commits

..

2 commits

Author SHA1 Message Date
83a17b59e1
chore: didnt mean to commit this yet
Some checks failed
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Failing after 9m35s
fmt check / check (push) Successful in 40s
2023-10-21 01:23:48 -04:00
365eb1b59c
deploy: switch to real ssh key 2023-10-21 01:23:14 -04:00
2 changed files with 1 additions and 25 deletions

View file

@ -16,7 +16,7 @@ jobs:
echo "$SSH_KEY" > forgejo
shell: bash
env:
SSH_KEY: ${{secrets.TEST_SSH_DEPLOY_KEY}}
SSH_KEY: ${{secrets.SSH_DEPLOY_KEY}}
- name: deploy
run: |
cd .ssh

View file

@ -1,24 +0,0 @@
name: nix flake update
on:
schedule:
- cron: "0 4 1 * *"
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
with:
github-token: ${{ secrets.GH_TOKEN }}
- name: create branch
run: |
git branch update-flake-lock
git checkout update-flake-lock
- name: update flake.lock
run: nix flake update
- name: commit changes
run: git