Skip to content

Commit 385d1e3

Browse files
committed
wip(): port
1 parent 1e7589e commit 385d1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# github.event.workflow_run.head_sha provides the full commit SHA
2929
export IMAGE_TAG=${{ secrets.DOCKERHUB_USERNAME }}/file2url-nodejs:${{ github.event.workflow_run.head_sha }}
3030
export CONTAINER_NAME=file2url-nodejs
31-
export HOST_PORT=6000
31+
export HOST_PORT=4000
3232
export CONTAINER_PORT=3000
3333
3434
echo "Triggering workflow concluded: ${{ github.event.workflow_run.conclusion }}"

0 commit comments

Comments
 (0)