You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# US Census Data - Creating and Deploying a Classifier Pipeline as Web Service
@@ -152,7 +155,27 @@ As an examples regarding the use case of having a person earning <=50K as income
152
155
153
156
* Because default render Python version is 3.7 and this version has issues with dvc, the environment variable PYTHON_VERSION has to be configured being version 3.10.9.
154
157
* After selection, render starts its advanced deployment configuation, some parameters are already set, some have to be set manually appropriately. Render guides you through with easy to handle UI's.
155
-
* That's it. Implement coding changes, push to the GitHub repository, and the app will automatically redeploy each time, but it will only deploy if your continuous integration action passes.
158
+
159
+
![render deploy settings][image15]
160
+
161
+
<br>
162
+
163
+
* That's it. Implement coding changes, push to the GitHub repository, and the app will automatically redeploy each time, but it will only deploy if your continuous integration action passes.
164
+
165
+
![render app deployed][image16]
166
+
167
+
<br>
168
+
169
+
* Regarding the automatically created render census-project app link used as browser link
170
+
```
171
+
https://census-project-xki0.onrender.com
172
+
```
173
+
we get the welcome page message
174
+
175
+
![render app welcome][image17]
176
+
177
+
<br>
178
+
156
179
* Have in mind: if you rely on your CI/CD to fail before fixing an issue, it slows down your deployment. Fix issues early, e.g. by running an ensemble linter like flake8 locally before committing changes.
157
180
* For checking the render deployment, a python file exists that uses the httpx module to do one GET and POST on the live render web service and prints its results.
0 commit comments