We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e98c50 commit ce6f6baCopy full SHA for ce6f6ba
deploy
@@ -72,7 +72,7 @@ main() {
72
local tmp_shallow_clone="$(mktemp -d -t apps-XXXXXXXXXX)"
73
local tmp_full_clone="$(mktemp -d -t apps-XXXXXXXXXX)"
74
local app_created=false
75
- local force_push=false
+ local force_push=true
76
local push_code=false
77
local exit_code remote_sha
78
trap "rm -rf '$tmp_shallow_clone' '$tmp_full_clone' >/dev/null" RETURN INT TERM EXIT
0 commit comments