-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #115 from Holo-Host/develop
Deploy to QA
- Loading branch information
Showing
13 changed files
with
527 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
Oops, something went wrong.