tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
bug: fix deploy rs
dunkirk.sh
1 month ago
ab2c6d7c
24d53332
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
deploy.yaml
+1
-1
.github/workflows/deploy.yaml
···
38
38
39
39
- name: Deploy all configurations
40
40
run: |
41
41
-
nix run .#deploy-rs -- \
41
41
+
nix run 'github:serokell/deploy-rs' -- \
42
42
--skip-checks \
43
43
--remote-build \
44
44
--ssh-user kierank \