Skip to content

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Xing Han Lu committed Jul 26, 2021
1 parent 9e98c50 commit ce6f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ main() {
local tmp_shallow_clone="$(mktemp -d -t apps-XXXXXXXXXX)"
local tmp_full_clone="$(mktemp -d -t apps-XXXXXXXXXX)"
local app_created=false
local force_push=false
local force_push=true
local push_code=false
local exit_code remote_sha
trap "rm -rf '$tmp_shallow_clone' '$tmp_full_clone' >/dev/null" RETURN INT TERM EXIT
Expand Down

0 comments on commit ce6f6ba

Please sign in to comment.