From d0324ca28c0b268d7f04e2b63e18f0407d8a8351 Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 18 Dec 2023 14:25:29 +0100 Subject: [PATCH] change deploy domain to `explorer-data.web3privacy.info` --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2451a5b..86c85024 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,11 +37,11 @@ jobs: run: make build - name: Add custom domain - run: "touch dist/CNAME && echo \"data.web3privacy.info\" >> dist/CNAME" + run: "touch dist/CNAME && echo \"explorer-data.web3privacy.info\" >> dist/CNAME" - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist \ No newline at end of file + publish_dir: ./dist