Dynamic Schema #23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Notebook to Dev Environment | |
# A github action to deploy a notebook to a specific environment | |
# uses the template/deploy_notebook_to_env.yml file | |
on: | |
push: | |
branches: | |
- dev | |
# This will have a single job that will run the deploy_notebook_to_env.yml file | |
jobs: | |
deploy-notebook: | |
uses: ./.github/workflows/temp_deploy_notebook_to_env.yml | |
with: | |
environment: DEV | |
notebook_path: '@"REPO_NOTEBOOKS"."PUBLIC"."NOTEBOOKS"/branches/dev/Notebooks/DemoCount/Notebook1.ipynb' | |
notebook_name: dev_from_snowcicd | |
secrets: inherit |