fix: dev in wrong spot
This commit is contained in:
parent
5361174df6
commit
3527e5d3ed
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ jobs:
|
|||
steps:
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- run: nix flake check .
|
||||
- run: nix develop
|
||||
|
||||
deploy:
|
||||
runs-on: nix
|
||||
|
|
@ -13,6 +12,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue