Skip to content

Commit

Permalink
deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aamend committed Mar 8, 2024
1 parent f9eaf0f commit 9145125
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install dependencies
run: pip install -U -r requirements.txt

- name: Configure databricks environment
- name: Publish solution accelerator
run: |
export DB_HOST=${{ github.event.inputs.environment }}
case ${DB_HOST} in
Expand All @@ -88,9 +88,7 @@ jobs:
exit 1
;;
esac
- name: Publish solution accelerator
run: python databricks.py --path ${{ github.event.inputs.path }} --name ${{ github.event.inputs.name }}
python databricks.py --path ${{ github.event.inputs.path }} --name ${{ github.event.inputs.name }}
- name: Deploy solution to github page
run: |
Expand Down

0 comments on commit 9145125

Please sign in to comment.