diff --git a/providers/github.sh b/providers/github.sh index 04775f9..6f2cc1e 100755 --- a/providers/github.sh +++ b/providers/github.sh @@ -27,6 +27,7 @@ echo "Deploying to ${REPOSITORY} on branch ${BRANCH}" echo "Deploying to ${REMOTE_REPO}" git config --global init.defaultBranch main && \ + git config --global http.postBuffer 524288000 && \ git init && \ git config user.name "${ACTOR}" && \ git config user.email "${ACTOR}@users.noreply.github.com" && \