We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7589e commit 385d1e3Copy full SHA for 385d1e3
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
# github.event.workflow_run.head_sha provides the full commit SHA
29
export IMAGE_TAG=${{ secrets.DOCKERHUB_USERNAME }}/file2url-nodejs:${{ github.event.workflow_run.head_sha }}
30
export CONTAINER_NAME=file2url-nodejs
31
- export HOST_PORT=6000
+ export HOST_PORT=4000
32
export CONTAINER_PORT=3000
33
34
echo "Triggering workflow concluded: ${{ github.event.workflow_run.conclusion }}"
0 commit comments