Skip to content

Commit

Permalink
Fix: test 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed May 5, 2024
1 parent f26c6cf commit f4f9e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
key: ${{secrets.EC2_PRIVATE_KEY}}
port: 22
script: |
sudo docker-compose down
sudo chmod 777 ./deploy.sh
sudo ./deploy.sh
sudo docker image prune -f
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ public CorsConfiguration getCorsConfiguration(HttpServletRequest request) {
.httpBasic((auth) -> auth.disable());

//JWTFilter 추가
//http
// .addFilterAfter(new JWTFilter(jwtUtil), OAuth2LoginAuthenticationFilter.class);
http
.addFilterAfter(new JWTFilter(jwtUtil), OAuth2LoginAuthenticationFilter.class);

//oauth2
http
Expand Down

0 comments on commit f4f9e1f

Please sign in to comment.