diff --git a/deploy.sh b/deploy.sh index 604154c77..7fc81e2ff 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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