File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
aics-common/src/main/java/kgu/developers/common/config Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4545 with :
4646 host : ${{ secrets.STAGING_SERVER_HOST }}
4747 username : ${{ secrets.STAGING_SERVER_USERNAME }}
48- password : ${{ secrets.STAGING_SERVER_PASSWORD }}
48+ key : ${{ secrets.STAGING_SERVER_KEY }}
4949 port : ${{ secrets.STAGING_SERVER_PORT }}
5050 source : " deploy/*"
5151 target : ${{ secrets.STAGING_DEPLOY_PATH }}
5555 with :
5656 host : ${{ secrets.STAGING_SERVER_HOST }}
5757 username : ${{ secrets.STAGING_SERVER_USERNAME }}
58- password : ${{ secrets.STAGING_SERVER_PASSWORD }}
58+ key : ${{ secrets.STAGING_SERVER_KEY }}
5959 port : ${{ secrets.STAGING_SERVER_PORT }}
6060 script : |
6161 cd ${{ secrets.STAGING_DEPLOY_PATH }}
Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ CorsConfigurationSource corsConfigurationSource() {
100100 "https://aics-auth.ummdev.com" ,
101101 "https://aics-client-dev.vercel.app/" ,
102102 "http://175.45.195.63" ,
103- "http://203.249.22.207:8080"
103+ "http://203.249.22.207" ,
104+ "http://13.125.230.147"
104105 ));
105106 config .setAllowCredentials (true );
106107 return config ;
You can’t perform that action at this time.
0 commit comments