Skip to content

Merge pull request #81 from aws/amirbo_feature_branch #24

Merge pull request #81 from aws/amirbo_feature_branch

Merge pull request #81 from aws/amirbo_feature_branch #24

name: Deploy ML Deployment
on:
push:
branches:
- amirbo_feature_branch
- main
- test
- amirb_feature_branch
paths:
- 'experimental/SMUS-CICD-pipeline-cli/examples/analytic-workflow/ml/deployment/**'
workflow_dispatch:
jobs:
deploy:
uses: ./.github/workflows/smus-bundle-deploy.yml
with:
manifest_path: 'experimental/SMUS-CICD-pipeline-cli/examples/analytic-workflow/ml/deployment/manifest.yaml'
test_target: 'test'
prod_target: 'prod'
deploy_to_prod: ${{ github.ref == 'refs/heads/main' }}