Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/my_mlops_project-bundle-cd-production.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This GitHub workflow deploys Bundle resources (ML resource config and more)
# defined under my_mlops_project/resources/*
# and my_mlops_project/databricks.yml with staging deployment target configs,
# and my_mlops_project/databricks.yml with production deployment target configs,
# when PRs are merged into the default branch
name: Bundle Deployment for my_mlops_project Production

Expand All @@ -19,7 +19,7 @@ env:
DATABRICKS_TOKEN: ${{secrets.DATABRICKS_TOKEN}}

jobs:
staging:
Production:
concurrency: my_mlops_project-production-bundle-job
runs-on: ubuntu-latest
steps:
Expand All @@ -28,8 +28,8 @@ jobs:
- name: Validate Bundle For Production
id: validate
run: |
databricks bundle validate -t production
databricks bundle validate -t prod
- name: Deploy Bundle to Production
id: deploy
run: |
databricks bundle deploy -t production
databricks bundle deploy -t prod