deploy: fix: must be nested
Some checks failed
/ check (push) Successful in 41s
/ deploy (push) Failing after 2s

This commit is contained in:
Jermeiah S 2025-06-20 14:19:42 -04:00
parent 8b992b53d8
commit cc6d92917c
No known key found for this signature in database

View file

@ -12,7 +12,6 @@ jobs:
if: contains(github.event.head_commit.message, 'deploy:')
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
- run: nix develop
- name: Setup SSH key
run: |
mkdir -p ~/.ssh
@ -20,4 +19,6 @@ jobs:
chmod 600 ~/.ssh/id_rsa
env:
SSHKEY: ${{ secrets.SSHKEY }}
- run: deploy
- run: |
nix develop &&
deploy