This commit is contained in:
Jonas Juselius
2017-08-18 11:31:07 +02:00
parent e2c2c6b811
commit 85a045577d
13 changed files with 458 additions and 236 deletions

9
bin/deploy.sh Executable file
View 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 $*