diff --git a/.github/workflows/deploy-explorer.yml b/.github/workflows/deploy-explorer.yml index 58684f71df..dd231cb0b0 100644 --- a/.github/workflows/deploy-explorer.yml +++ b/.github/workflows/deploy-explorer.yml @@ -59,7 +59,7 @@ jobs: pull-requests: write env: npm_config_yes: true - environment: 'app-preview' + environment: 'explorer-preview' if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v4 @@ -74,23 +74,23 @@ jobs: env: CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_WORKERS_API_TOKEN }} - run: npx --yes wrangler@latest pages --project-name="app" deploy result >> /tmp/app_deploy.txt + run: npx --yes wrangler@latest pages --project-name="explorer-testnet-9" deploy result >> /tmp/explorer_deploy.txt - name: Set Deploy Output run: | { echo 'DEPLOY_OUTPUT<> $GITHUB_ENV - name: Comment Site Deploy Results uses: thollander/actions-comment-pull-request@v2 with: message: | - # App 🤌 + # Explorer 🔎 ${{ env.DEPLOY_OUTPUT }} **${{ env.LAST_UPDATED_AT }}** - comment_tag: deploy-app-preview-result + comment_tag: deploy-explorer-preview-result deploy-production: runs-on: 'ubuntu-latest'