fix(ci): git safe.directory 허용 (root runner → chpark 소유 repo)
Deploy / deploy (push) Successful in 1m17s

This commit is contained in:
chpark
2026-04-23 01:32:59 +09:00
parent 704bae4a49
commit 9ac766280d
+2 -2
View File
@@ -15,16 +15,16 @@ jobs:
- name: Sync server repo
run: |
set -e
echo "::group::Sync"
git config --global --add safe.directory /home/chpark/insurance
cd /home/chpark
if [ ! -d insurance/.git ]; then
git clone https://git.junggomoa.com/chpark/insurance.git
chown -R chpark:chpark insurance
fi
cd insurance
git fetch origin master
git reset --hard origin/master
git log -1 --oneline
echo "::endgroup::"
- name: Deploy to k3s
run: |