Skip to content

fix: client public information api #10

fix: client public information api

fix: client public information api #10

Workflow file for this run

name: Staging Deploy
on:
push:
branches:
- main
jobs:
preview-deploy:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
steps:
- uses: actions/checkout@v4
- name: build
run: |
yarn install --immutable
VITE_MODE=staging yarn build
- name: Deploy to staging
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
projectName: idp-fe-stg
directory: build
gitHubToken: ${{ github.token }}