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
49
49
50
50
### Change the Version Number in version.py
51
51
Change the directory to the cloned repository:
52
-
53
52
54
53
``` console
55
54
cd code2cloud-python-flask-webserver
@@ -69,9 +68,9 @@ git push origin main
69
68
```
70
69
71
70
### 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.
75
74
76
75
### Deploy the Application with Manifests Files
77
76
Apply the Kubernetes manifests to create the namespace, deployment, and service:
You can’t perform that action at this time.
0 commit comments