Skip to content

Commit

Permalink
8081 -> 443 https 포트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkang1517 committed Feb 18, 2024
1 parent fd2804d commit d3ed890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gh_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi

DEPLOY_JAR=$DEPLOY_PATH$JAR_NAME
echo "> DEPLOY_JAR 배포" >> $DEPLOY_LOG_PATH
nohup java -jar -Dspring.profiles.active=dev $DEPLOY_JAR --server.port=8081 >> $APPLICATION_LOG_PATH 2> $DEPLOY_ERR_LOG_PATH &
nohup java -jar -Dspring.profiles.active=dev $DEPLOY_JAR --server.port=443 >> $APPLICATION_LOG_PATH 2> $DEPLOY_ERR_LOG_PATH &

sleep 3

Expand Down

0 comments on commit d3ed890

Please sign in to comment.