From ac7c5d77542d390d6a9985857c3f0ef8c83bbfb1 Mon Sep 17 00:00:00 2001
From: "heywon.choi" <heywon.choi@bankwareglobal.com>
Date: Tue, 4 Jun 2024 14:26:44 +0900
Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 447d878..296553a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,5 +20,6 @@ deploy:
     - git checkout $CI_COMMIT_BRANCH
     - git add build_site
     - git commit -m "Update build output by $GITLAB_USER_NAME"
+    - git config --global push.default simple
     - git push origin $CI_COMMIT_BRANCH
 
-- 
2.18.1