Skip to content

Deployment Frontend (DEV) #6

Deployment Frontend (DEV)

Deployment Frontend (DEV) #6

Workflow file for this run

name: Deployment Frontend (DEV)
on:
workflow_dispatch:
inputs:
DEPLOY_APP_CUSTOMERS:
type: boolean
description: "(Customers) Enable customer app deployment"
default: true
schedule:
# Run once a day. 7PM UTC.
- cron: "0 19 * * *"
# Ensure that only one dev workflow runs at a time.
concurrency:
group: deployment-frontend-dev
cancel-in-progress: true
jobs:
fe-customers:
if: ${{ inputs.DEPLOY_APP_CUSTOMERS }}
uses: ./.github/workflows/deployment_customers_dev.yml