Skip to content

Commit

Permalink
deploy testnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
AsbertMa authored and libotony committed Dec 29, 2021
1 parent 5161ed1 commit 1cb3834
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/GitPage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,15 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist/
cname: inspector.vecha.in
force_orphan: true
force_orphan: true

- name: Deploy with test net CNAME
if: ${{ github.repository_owner == 'vechain' }}

uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist/
external_repository: vechain/testnet.inspector.app
cname: inspector-testnet.vecha.in
force_orphan: true

0 comments on commit 1cb3834

Please sign in to comment.