Skip to content

Update README_Notebooks.md #26

Update README_Notebooks.md

Update README_Notebooks.md #26

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
# Comment to test trigger
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