File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ git clone https://github.com/<your-github-username>/code2cloud-python-flask-webs
4949
5050### Change the Version Number in version.py
5151Change the directory to the cloned repository:
52-
5352
5453``` console
5554cd code2cloud-python-flask-webserver
@@ -69,9 +68,9 @@ git push origin main
6968```
7069
7170### Create a PAT (Personal Access Token) Token
72- Go to your GitHub account settings.
73- Navigate to "Developer settings" and then "Personal access tokens."
74- Generate a new token with write: packages scope and save it securely.
71+ - Go to your GitHub account settings.
72+ - Navigate to "Developer settings" and then "Personal access tokens."
73+ - Generate a new token with write: packages scope and save it securely.
7574
7675### Deploy the Application with Manifests Files
7776Apply the Kubernetes manifests to create the namespace, deployment, and service:
You can’t perform that action at this time.
0 commit comments