Skip to content

Commit

Permalink
folder
Browse files Browse the repository at this point in the history
  • Loading branch information
oleh_mykolaishyn committed Oct 30, 2024
1 parent 41496fc commit 0b9846b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
type: choice
options:
- 01_raw
- raw
- 02_data_product

jobs:
Expand All @@ -30,16 +30,16 @@ jobs:
pwd
ls -la
databricks bundle validate
working-directory: ./raw #./${{ github.event.inputs.projectFolders }}/
working-directory: ./${{ github.event.inputs.projectFolders }}/
env:
DATABRICKS_TOKEN: ${{ secrets.SP_TOKEN }}
DATABRICKS_BUNDLE_ENV: dev

# Deploy the bundle to the "qa" target as defined
# in the bundle's settings file.
- name: Deploy
run: cd ./raw && databricks bundle deploy -c 1011-082929-h6d1tk5
#working-directory: ./${{ github.event.inputs.projectFolders }}/
run: databricks bundle deploy -c 1011-082929-h6d1tk5
working-directory: ./${{ github.event.inputs.projectFolders }}/
env:
DATABRICKS_TOKEN: ${{ secrets.SP_TOKEN }}
DATABRICKS_BUNDLE_ENV: dev
Expand Down

0 comments on commit 0b9846b

Please sign in to comment.