Skip to content

Commit

Permalink
ci: remove CNAME on QA deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
yld-weng committed Sep 21, 2021
1 parent ff148c9 commit 56aa7e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"serve-noCache": "gatsby clean && gatsby build && gatsby serve",
"clean": "gatsby clean",
"gh-pages-script": "gh-pages -d public -r https://[email protected]/researchdata-sheffield/dataviz-hub2.git",
"gh-pages-script:qa": "gh-pages -d public -b main -v 'CNAME' -r https://[email protected]/researchdata-sheffield/dataviz-hub2-qa.git",
"gh-pages-script:qa": "rm -f public/CNAME && gh-pages -d public -b main -r https://[email protected]/researchdata-sheffield/dataviz-hub2-qa.git",
"deploy": "npm run build && npm run gh-pages-script",
"deploy-noCache": "gatsby clean && npm run deploy",
"deploy:qa": "npm run build:qa && npm run gh-pages-script:qa",
Expand Down
8 changes: 3 additions & 5 deletions tests/websitePaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@
"/visualisation/category/energy-institute",
"/visualisation",
"/docs/21/07/2021/Contribute-visualisation",
"/docs/18/03/2021/LearningPath-Statistical-Modeling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-1",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-non-random-sampling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-more-random-sampling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-non-random-sampling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-1",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-optional",
"/docs/18/03/2021/LearningPath-Statistical-Modeling",
"/docs/18/03/2021/LearningPath-Statistical-Modeling-2-non-random-sampling",
"/docs/01/03/2021/Hosting-Shiny-Apps",
"/docs/05/07/2020/LearningPath-Workflow",
"/docs/04/07/2020/LearningPath-Lab",
Expand Down

0 comments on commit 56aa7e2

Please sign in to comment.