Skip to content

Commit eca9221

Browse files
authored
Update main-cd.yml (#17)
1 parent 956523b commit eca9221

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main-cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
cd /home/ubuntu/ring-us-server
3838
fi
3939
40+
# 🛠 Gradle 빌드 권한 설정
41+
echo "[GitHub Actions] 🔧 Fixing Gradle permissions"
42+
sudo chown -R $USER:$USER ~/.gradle
43+
sudo chmod -R 777 ~/.gradle
44+
4045
# 권한 설정 (dev.sh 실행 가능하도록, 추후에 deploy.sh와 분리)
4146
chmod +x dev.sh
4247

0 commit comments

Comments
 (0)