Update .forgejo/workflows/deploy.yaml

This commit is contained in:
Chris Dombroski 2024-11-12 21:09:08 -05:00
parent dca2dd54a5
commit db705e6f7f

View file

@ -8,8 +8,7 @@ jobs:
with:
ref: master
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: 'echo "$SSH_KEY" > key'
shell: bash
env:
SSH_KEY: ${{secrets.DEPLOYKEY}}
- run: 'nix develop --command deploy --ssh-opts "-i key" .'
- uses: https://github.com/LuisEnMarroquin/setup-ssh-action@v2.0.5
with:
SSHKEY: ${{ secrets.DEPLOYKEY }}
- run: 'nix develop --command deploy .'