We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afeca9e commit eefa623Copy full SHA for eefa623
.github/workflows/deploy.yml
@@ -60,4 +60,4 @@ jobs:
60
# Value: The text of the ssh private key
61
WWW_HASKELL_ORG_SSH_KEY: ${{ secrets.WWW_HASKELL_ORG_SSH_KEY }}
62
run: |
63
- nix run --quiet -f . lftp -c sh ./deploy.sh --DEPLOY-IT-LIVE
+ nix shell --quiet -f . lftp --extra-experimental-features nix-command -c sh ./deploy.sh --DEPLOY-IT-LIVE
0 commit comments