This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user