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: 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" .'