Skip to content

Bump the astro group in /gg-mono with 3 updates #61

Bump the astro group in /gg-mono with 3 updates

Bump the astro group in /gg-mono with 3 updates #61

on:
push:
paths:
- 'gg-mono/apps/dashboard/**'
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
working-directory: gg-mono
permissions:
contents: read
deployments: write
name: Deploy
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.14.1
- name: install dependencies
run: pnpm install --frozen-lockfile
- name: build
run: cd apps/dashboard && pnpm build
- name: deploy dashboard
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: gg-dashboard
directory: gg-mono/apps/dashboard/dist # e.g. 'dist'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}