We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2c76b commit ece3aeaCopy full SHA for ece3aea
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
chmod +x ./gradlew
41
42
# 5. nginx 권한 확보
43
- chmod -R 777 nginx
+ sudo chmod -R 755 nginx
44
45
# 5. 빌드
46
./gradlew clean build
0 commit comments