Merge pull request #63 from Kittl/CU-86c42m6a9-Fix-Transparency #63
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |