Skip to content

Deployment Frontend (DEV) #8

Deployment Frontend (DEV)

Deployment Frontend (DEV) #8

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.

Check failure on line 10 in .github/workflows/dart.yml

View workflow run for this annotation

GitHub Actions / Deployment Frontend (DEV)

Invalid workflow file

The workflow is not valid. warrenrhodes/easycontruction/.github/workflows/deployment_customers_dev.yml@857f27eb9427f79835bbac120406254d165756f9 (Line: 10, Col: 33): Invalid input, SPREELOOP_BUILD_BASE_TAG is not defined in the referenced workflow. warrenrhodes/easycontruction/.github/workflows/deployment_customers_dev.yml@857f27eb9427f79835bbac120406254d165756f9 (Line: 11, Col: 34): Invalid input, SPREELOOP_APP_ENVIRONMENT is not defined in the referenced workflow.
- 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