Skip to content

Commit

Permalink
[Updated] Generate preview for mainnet only
Browse files Browse the repository at this point in the history
  • Loading branch information
greedyboi committed Jan 23, 2024
1 parent 024a735 commit 2c04769
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,3 @@ jobs:
target: lum-network-wallet
env:
FIREBASE_CLI_PREVIEWS: hostingchannels

- name: Build for Testnet
run: yarn build
env:
SASS_PATH: "node_modules:src/styles"
GENERATE_SOURCEMAP: "false"
REACT_APP_RPC_URL: "https://node0.testnet.lum.network/rpc"

- name: Test
run: yarn test

- name: Deploy Testnet Preview
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
expires: 7d
projectId: lum-network
target: lum-network-wallet-testnet
env:
FIREBASE_CLI_PREVIEWS: hostingchannels

0 comments on commit 2c04769

Please sign in to comment.