Skip to content

⚡️ Deploy Dashboard (Staging) #345

⚡️ Deploy Dashboard (Staging)

⚡️ Deploy Dashboard (Staging) #345

name: ⚡️ Deploy Dashboard (Staging)
on:
workflow_run:
workflows: ["🪡 Changeset (Version Management)"]
types:
- completed
branches:
- develop
workflow_dispatch:
jobs:
deploy-to-staging:
uses: ./.github/workflows/fleek-deploy-common.yml
with:
environment: staging
secrets:
fleek_token: ${{ secrets.FLEEK_TOKEN }}
doppler_token: ${{ secrets.DOPPLER_TOKEN }}