Update .forgejo/workflows/deploy.yaml
This commit is contained in:
parent
dca2dd54a5
commit
db705e6f7f
1 changed files with 4 additions and 5 deletions
|
@ -8,8 +8,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
- run: 'echo "$SSH_KEY" > key'
|
- uses: https://github.com/LuisEnMarroquin/setup-ssh-action@v2.0.5
|
||||||
shell: bash
|
with:
|
||||||
env:
|
SSHKEY: ${{ secrets.DEPLOYKEY }}
|
||||||
SSH_KEY: ${{secrets.DEPLOYKEY}}
|
- run: 'nix develop --command deploy .'
|
||||||
- run: 'nix develop --command deploy --ssh-opts "-i key" .'
|
|
Loading…
Reference in a new issue