We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 776618d + 91431d2 commit 565e565Copy full SHA for 565e565
1 file changed
.github/workflows/staging-cicd.yml
@@ -42,11 +42,11 @@ jobs:
42
43
- name: Validate Staging Bundle
44
# trigger target the staging deploy in databricks.yml
45
- run: databricks bundle validate -t staging
+ run: databricks bundle validate -t staging --profile "" # forces use of env vars only
46
47
- name: Deploy Staging Bundle
48
49
- run: databricks bundle deploy -t staging #??--auto-approve
+ run: databricks bundle deploy -t staging --profile "" # forces use of env vars only #??--auto-approve
50
# working-directory: .
51
52
# testing:
0 commit comments