diff --git a/scripts/deploy/_deploy_lib.sh b/scripts/deploy/_deploy_lib.sh index 17b0d595..e4c8123f 100755 --- a/scripts/deploy/_deploy_lib.sh +++ b/scripts/deploy/_deploy_lib.sh @@ -13,10 +13,7 @@ push_to_remote() { return 1 fi - local push_args=() - if [ "$branch" = "main" ]; then - push_args+=("--force") - fi + local push_args=("--force") echo "==========================================" echo "git push ${push_args[*]-} $remote $branch ..."