Skip to content

build(deps): bump the reactive-dot group with 3 updates #211

build(deps): bump the reactive-dot group with 3 updates

build(deps): bump the reactive-dot group with 3 updates #211

Workflow file for this run

name: Deployment
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
deploy-site:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: yarn install --immutable
- run: yarn build
env:
VITE_APP_WALLET_CONNECT_PROJECT_ID: ${{ secrets.WALLET_CONNECT_PROJECT_ID }}
# There's a bug on version 1.4.1
# change this back to latest version after
# https://github.com/cloudflare/pages-action/commit/586d3c53b9daa978dfb149a41a624f9311ebf5c9
- uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: dot-console
directory: dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}