Skip to content

[WIP] Migrate to terraform deployment #6

[WIP] Migrate to terraform deployment

[WIP] Migrate to terraform deployment #6

name: "Deploy Permanet Resources"
on:
push:
branches:
- main
paths:
- ".github/terraform/metastore/**"
- ".github/terraform/permanent_resources/**"
workflow_dispatch:
pull_request: # This is for triggering the workflow on pull request and can be removed in the final version
jobs:
Deploy-Databricks-Metastore:
uses: ./.github/workflows/template-databricks-metastore.yml
with:
environmentName: "azure"
secrets: inherit
# Deploy-Permanent-Resources:
# needs: Deploy-Databricks-Metastore
# uses: ./.github/workflows/template-permanent-resources.yml
# with:
# environmentName: "azure"
# secrets: inherit