Skip to content

Commit

Permalink
update to admin url, still need to deploy to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Sep 12, 2024
1 parent 7abf072 commit 62627d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .circleci/deployment/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- equal: [ master, << pipeline.git.branch >> ]
- equal: [ main, << pipeline.git.branch >> ]
- equal: [ develop, << pipeline.git.branch >> ]
- equal: [ bug/3141-e2e-failing, << pipeline.git.branch >> ]
- << pipeline.parameters.run_dev_deployment >>
- not: << pipeline.parameters.run_nightly_owasp_scan >>

Expand All @@ -15,6 +16,7 @@
branches:
only:
- develop
- bug/3141-e2e-failing
- deploy-infrastructure-dev:
target_env: << pipeline.parameters.target_env >>
filters:
Expand Down Expand Up @@ -55,6 +57,7 @@
branches:
only:
- develop
- bug/3141-e2e-failing
- enable-versioning:
requires:
- deploy-infrastructure-staging
Expand Down Expand Up @@ -123,9 +126,11 @@
branches:
only:
- develop
- bug/3141-e2e-failing
- make_erd: # from ../util folder
filters:
branches:
only:
- develop
- master
- bug/3141-e2e-failing
2 changes: 1 addition & 1 deletion tdrs-frontend/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Cypress.Commands.add(
url: `${Cypress.env('adminUrl')}${path}`,
form: true,
headers: {
Referer: `${Cypress.env('adminUrl')}`,
Referer: 'https://tdp-frontend-develop.acf.hhs.gov/admin', //`${Cypress.env('adminUrl')}`,
},
}

Expand Down

0 comments on commit 62627d0

Please sign in to comment.