diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77ebd1f..d4bf4d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: PROJECT_NAME: trisbee-staging SERVICE_NAME: fe-cloud-run-example DOCKER_IMG: eu.gcr.io/trisbee-staging/fe-cloud-run-example:latest + APP_PORT: 3000 steps: - name: 'Checkout' uses: actions/checkout@v2