Skip to content

Commit 2273fae

Browse files
committed
[CICD] deploy.sh 빌드 스크립트 수정
1 parent 270ceef commit 2273fae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
script: |
6666
cd /home/ubuntu/app
6767
chmod +x deploy.sh # 스크립트 실행 권한 부여
68-
./deploy.sh # 스크립트 실행
68+
sudo ./deploy.sh # 스크립트 실행

src/main/java/fitfit/domain/token/filter/JwtAuthenticationFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter {
2929
"/v3/api-docs/**",
3030
"/swagger-resources/**",
3131
"/api/members/auth/kko",
32-
"/api/members/auth/refresh"
32+
"/api/members/auth/refresh",
3333
"/api/members/nickname/check"
3434
);
3535

0 commit comments

Comments
 (0)