Skip to content
name: ⚡️ Deploy Dashboard (Production)
on:
workflow_dispatch:
push:
branches:
- main
# The workflow's dispatched on Release by develop hash
repository_dispatch:
types: [Release]
jobs:
deploy-to-production:
uses: ./.github/workflows/fleek-deploy-common.yml
with:
environment: production
secrets:
fleek_token: ${{ secrets.FLEEK_TOKEN }}
doppler_token: ${{ secrets.DOPPLER_TOKEN }}