6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
nix run github:serokell/deploy-rs
|