diff --git a/.github/workflows/uffizzi-previews.yml b/.github/workflows/uffizzi-previews.yml index 93c5edb..2494a56 100644 --- a/.github/workflows/uffizzi-previews.yml +++ b/.github/workflows/uffizzi-previews.yml @@ -35,7 +35,7 @@ jobs: with: compose-file-cache-key: ${{ needs.render-compose-file.outputs.compose-file-cache-key }} compose-file-cache-path: docker-compose.map-envs.gha.yml - server: https://app.uffizzi.com/ + server: https://pr-763-deployment-15718-uffizzi-platform.app.uffizzi.com/ permissions: contents: read pull-requests: write diff --git a/app/app.js b/app/app.js index 632eb6a..03fb694 100644 --- a/app/app.js +++ b/app/app.js @@ -16,4 +16,5 @@ server.listen(port, hostname, () => { console.log(`Server is running on http://${hostname}:${port}`); console.log(`End point: ${endpointUri}`); console.log(`Redirect url: ${redirectUrl}`); + console.log('Hello 6'); });