Minor deploy script fix
This commit is contained in:
parent
bc45d6d9b7
commit
de7d41d0e4
@ -11,7 +11,7 @@ case "$1" in
|
|||||||
production)
|
production)
|
||||||
ln -svf "keter_uni2work.yml" config/keter.yml
|
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
|
echo "Usage: $0 (test|production)" >&2
|
||||||
|
|||||||
Reference in New Issue
Block a user