Skip to content

Commit b40a26e

Browse files
committed
✨ Update Deployment Workflow to Change Port Configuration
- Modify the deployment workflow in deploy.dev.yml to change the application port from 3306 to 3333, ensuring proper application routing during deployment.
1 parent 952c2cb commit b40a26e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "APP_NAME=${{ env.APP_NAME }}" >> .env
5151
echo "APP_PATH=${{ env.APP_PATH }}" >> .env
5252
echo "TZ=UTC" >> .env
53-
echo "PORT=3306" >> .env
53+
echo "PORT=3333" >> .env
5454
echo "HOST=0.0.0.0" >> .env
5555
echo "LOG_LEVEL=INFO" >> .env
5656
echo "APP_KEY=appkey" >> .env

0 commit comments

Comments
 (0)