Skip to content

Bump styled-components from 6.0.9 to 6.1.0 (#213) #185

Bump styled-components from 6.0.9 to 6.1.0 (#213)

Bump styled-components from 6.0.9 to 6.1.0 (#213) #185

name: Deploy Production
on:
push:
branches:
- production
workflow_call:
inputs:
github-ref:
required: true
type: string
jobs:
deploy-production:
name: Build & Deploy
uses: ./.github/workflows/deploy-environment.yml
secrets: inherit
with:
environment-name: Production
artifact-name: production.zip
channel-name: live
github-ref: ${{ inputs.github-ref || github.ref }}
api-base-url: ${{ vars.API_PRODUCTION_BASE_URL }}