Minor deploy script fix

This commit is contained in:
SJost 2018-07-03 18:03:13 +02:00
parent bc45d6d9b7
commit de7d41d0e4

View File

@ -11,7 +11,7 @@ case "$1" in
production)
ln -svf "keter_uni2work.yml" config/keter.yml
yesod keter && git tag live && git push origin live
yesod keter && git -f tag live && git push origin live
;;
*)
echo "Usage: $0 (test|production)" >&2