Works!
This commit is contained in:
9
bin/deploy.sh
Executable file
9
bin/deploy.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ $# = 0 ]; then
|
||||
echo "usage: deploy.sh name ..."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
nixops modify -d $1 $1.nix
|
||||
nixops deploy -d $*
|
||||
Reference in New Issue
Block a user