Skip to content

Commit

Permalink
Merge pull request #1254 from MHRA/laterDotn3
Browse files Browse the repository at this point in the history
Yaml file back to how it was with false GraphQL flag
  • Loading branch information
gilbertsak authored Dec 13, 2022
2 parents a368865 + 0fbc8b9 commit 56fb22e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/medicines-web-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
GOOGLE_USE_DEBUG: true
ROOT_URL_DOMAIN: .windows.net
GRAPHQL_URL: https://does-not-matter/this-gets-mocked
USE_GRAPHQL: true
USE_GRAPHQL: false
SHOW_BMGF: true
BMGF_AZURE_SEARCH_INDEX: bmgf-index
AZURE_STORAGE_ACCOUNT: mhraproductsnonprod
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/medicines-web-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
GOOGLE_USE_DEBUG: true
ROOT_URL_DOMAIN: .windows.net
GRAPHQL_URL: https://medicines-api.non-prod.mhra.gov.uk/graphql
USE_GRAPHQL: true
USE_GRAPHQL: false
SHOW_BMGF: true
BMGF_AZURE_SEARCH_INDEX: bmgf-index
AZURE_STORAGE_ACCOUNT: mhraproductsnonprod
Expand Down Expand Up @@ -97,12 +97,7 @@ jobs:
name: medicines-pa11y-screenshots
path: medicines/web/pa11y-screenshots


- name: Deploy products web to static site in azure storage

uses: actions/setup-dotnet@v1
with:
version: 3.1.201
uses: lauchacarro/Azure-Storage-Action@92250565adefe3844ab7e135cb570ca354f0ac18
with:
enabled-static-website: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/medicines-web-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
GOOGLE_USE_DEBUG: false
ROOT_URL_DOMAIN: .windows.net
GRAPHQL_URL: https://medicines.api.mhra.gov.uk/graphql
USE_GRAPHQL: true
USE_GRAPHQL: false
SHOW_BMGF: false
BMGF_AZURE_SEARCH_INDEX: bmgf-index
AZURE_STORAGE_ACCOUNT: mhraproducts4853
Expand Down

0 comments on commit 56fb22e

Please sign in to comment.