Skip to content

Commit 04e6062

Browse files
authored
Merge pull request #9 from sezar543/demo20240918p2
Demo20240918p2
2 parents 838159a + 56dff37 commit 04e6062

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run:
5555
name: Deploy to Railway App (You must set RAILWAY_TOKEN env var)
5656
command: |
57-
cd section-07-ci-and-publishing/house-prices-api && railway up --detach
57+
cd section-07-ci-and-publishing/house-prices-api && railway up --detach -s combative-rifle -e production
5858
5959
section_07_test_and_upload_regression_model:
6060
<<: *defaults
@@ -92,7 +92,7 @@ jobs:
9292
- run:
9393
name: Build and run Dockerfile (see https://docs.railway.app/deploy/dockerfiles)
9494
command: |
95-
cd section-08-deploying-with-containers && railway up --detach
95+
cd section-08-deploying-with-containers && railway up --detach -s combative-rifle -e production
9696
9797
test_regression_model_py37:
9898
docker:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Deployment of Machine Learning Models
1+
# Deployment of Machine Learning Models updated
22
Accompanying repo for the online course Deployment of Machine Learning Models.
33

44
For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)