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:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- run: nix flake check .
|
- run: nix flake check .
|
||||||
- run: nix develop
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
|
@ -13,6 +12,7 @@ jobs:
|
||||||
if: contains(github.event.head_commit.message, 'deploy:')
|
if: contains(github.event.head_commit.message, 'deploy:')
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
|
- run: nix develop
|
||||||
- name: Setup SSH key
|
- name: Setup SSH key
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue