Update deploy.yml
Some checks failed
Deploy Hashel / deploy (push) Failing after 3m14s

This commit is contained in:
2026-02-11 12:11:39 -07:00
parent db9f48e502
commit 4b4e40d156

View File

@@ -17,6 +17,7 @@ jobs:
with:
extra_nix_config: |
experimental-features = nix-command flakes
sandbox = false
- name: Configure SSH
run: |
@@ -26,8 +27,6 @@ jobs:
ssh-keyscan -H haschel >> ~/.ssh/known_hosts 2>/dev/null || true
- name: Deploy with deploy-rs
env:
HOME: /tmp/build-home
run: |
mkdir -p $HOME
rm -rf /homeless-shelter || true
nix run github:serokell/deploy-rs -- .#haschel --skip-checks