Skip to content

Deploy to production 2024-08-22 / 1 (#54) #54

Deploy to production 2024-08-22 / 1 (#54)

Deploy to production 2024-08-22 / 1 (#54) #54

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 }}