Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Deploy to Prod

Deploy to Prod #34

Workflow file for this run

name: Test Use of Common Prod Workflow
on: workflow_dispatch
jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/deploy-prod-common.yml@main
with:
needs_build: true
install_command: "npm ci"
cloud_deploy: true
skip_deploy: false
secrets:
DOCKER: ${{ secrets.DOCKER }}
GH_PAT: ${{ secrets.GH_PAT }}
KUBE_CONFIG: ${{ secrets.KUBECONFIG_PROD }}
BUILD_ARGS: ''
DOCKER_BUILD_ARGS: ''