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