From d7930bb3767a02c4bf11c7fb290b77e1536dd774 Mon Sep 17 00:00:00 2001 From: Edwin Kruglov Date: Thu, 18 Jul 2024 15:13:38 +0100 Subject: [PATCH] ci: set prod url on data regression env --- .github/workflows/ci-full-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-full-pipeline.yml b/.github/workflows/ci-full-pipeline.yml index bccd875b3..0cef1cb53 100644 --- a/.github/workflows/ci-full-pipeline.yml +++ b/.github/workflows/ci-full-pipeline.yml @@ -390,5 +390,6 @@ jobs: -e DATABASE_URL=${{ env.PRE_RELEASE_MODIFIED_DATA_DB_URL }} \ -e DOCKER=true \ -e SECRET_KEY_BASE=production \ + -e APPLICATION_URL=https://www.get-help-buying-for-schools.service.gov.uk \ ${{ needs.build_release.outputs.docker_image }} \ bash -c "bundle exec rails db:migrate"