Skip to content

Merge pull request #63 from Kittl/CU-86c42m6a9-Fix-Transparency #63

Merge pull request #63 from Kittl/CU-86c42m6a9-Fix-Transparency

Merge pull request #63 from Kittl/CU-86c42m6a9-Fix-Transparency #63

Workflow file for this run

name: deploy
on:
push:
branches:
- production
- main
-
jobs:
deploy-py-server-argo:
name: Deploy PY server Argo
uses: ./.github/workflows/helpers-deploy-argo.yaml
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
ECR_ROLE_ARN: ${{ github.ref == 'refs/heads/production' && secrets.PRODUCTION_ECR_ROLE_ARN || secrets.STAGING_ECR_ROLE_ARN }}