diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3941449f..eda0fed2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: build-web: true web-artifact-retention-days: 14 web-dotenv: | - API_URL=api.staging.cpf.usdr.dev + API_URL=https://api.staging.cpf.usdr.dev aws-auth: name: Configure AWS Credentials diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index c7f9a2d8..f9791f35 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -46,7 +46,7 @@ jobs: build-web: true web-artifact-retention-days: 14 web-dotenv: | - API_URL=api.staging.cpf.usdr.dev + API_URL=https://api.staging.cpf.usdr.dev DD_RUM_ENABLED='true' DD_ENABLED='true' DD_ENV='staging'