Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci CD Notebook static commands #288

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 11 additions & 15 deletions docs/workshop/workshop-4-ci-cd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,32 @@
"\n",
"1. To do this **open a new terminal**. \n",
"\n",
"2. You then need to **add github CLI as an authentication helper so you have the correct permissions by running the following commands: \n",
"\n",
"**run the cell and then copy the output to the terminal**"
"2. You then need to **add github CLI as an authentication helper so you have the correct permissions by running the following commands: "
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": [
"from IPython.display import Markdown\n",
"Markdown(f\"gh auth setup-git\")"
"```console\n",
"gh auth setup-git\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"2. We can the use azd to **configure the CI/CD pipeline** by running this command and copying the output to the terminal: "
"2. We can the use azd to **configure the CI/CD pipeline**:"
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": [
"from IPython.display import Markdown\n",
"Markdown(f\"azd pipeline config\")"
"```console\n",
"azd pipeline config\n",
"```"
]
},
{
Expand Down Expand Up @@ -129,7 +125,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "local",
"language": "python",
"name": "python3"
},
Expand Down