Skip to content

Commit

Permalink
Merge pull request #115 from Holo-Host/develop
Browse files Browse the repository at this point in the history
Deploy to QA
  • Loading branch information
zeeshan595 authored Sep 21, 2022
2 parents d034c16 + bdbd2e8 commit c59076f
Show file tree
Hide file tree
Showing 13 changed files with 527 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-devnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm ci
- name: Build site
env:
MEMBRANE_PROOF_SERVICE_URL: "https://devnet-membrane-proof-service.holo.host/"
MEMBRANE_PROOF_SERVICE_URL: "https://hbs.dev.holotest.net"
run: 'npm run build --if-present'
- name: Publish site
uses: cloudflare/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm ci
- name: Build site
env:
MEMBRANE_PROOF_SERVICE_URL: "https://membrane-proof-service.holo.host/"
MEMBRANE_PROOF_SERVICE_URL: "https://hbs.holo.host"
run: 'npm run build --if-present'
- name: Publish site
uses: cloudflare/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm ci
- name: Build site
env:
MEMBRANE_PROOF_SERVICE_URL: 'https://membrane-proof-service.qa.holotest.net/'
MEMBRANE_PROOF_SERVICE_URL: 'https://hbs.qa.holotest.net'
run: 'npm run build --if-present'
- name: Publish site
uses: cloudflare/[email protected]
Expand Down
Loading

0 comments on commit c59076f

Please sign in to comment.