Skip to content

Commit

Permalink
ci: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Feb 6, 2024
1 parent 385d391 commit e0d0930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
run: python -m pip install --upgrade pip
- name: Install dependencies
run: pip install -e ".[dev]"
- run: databricks bundle deploy
- name: Deploy package bundle
working-directory: .
env:
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
DATABRICKS_BUNDLE_ENV: prod
run: databricks bundle deploy --force-lock --target=prod

0 comments on commit e0d0930

Please sign in to comment.