Skip to content

Commit 89d38e8

Browse files
Merge pull request #145 from haskell-infra/rebecca/deploy-fix
fix another nix issue
2 parents afeca9e + eefa623 commit 89d38e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
# Value: The text of the ssh private key
6161
WWW_HASKELL_ORG_SSH_KEY: ${{ secrets.WWW_HASKELL_ORG_SSH_KEY }}
6262
run: |
63-
nix run --quiet -f . lftp -c sh ./deploy.sh --DEPLOY-IT-LIVE
63+
nix shell --quiet -f . lftp --extra-experimental-features nix-command -c sh ./deploy.sh --DEPLOY-IT-LIVE

0 commit comments

Comments
 (0)