Skip to content

Commit

Permalink
Include scheme in API_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Dec 9, 2023
1 parent d490883 commit b327df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b327df6

Please sign in to comment.