diff --git a/.circleci/config.yml b/.circleci/config.yml index 037645ab2..6ada746d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: - run: name: Deploy to Railway App (You must set RAILWAY_TOKEN env var) command: | - cd section-07-ci-and-publishing/house-prices-api && railway up --detach + cd section-07-ci-and-publishing/house-prices-api && railway up --detach -s combative-rifle -e production section_07_test_and_upload_regression_model: <<: *defaults @@ -92,7 +92,7 @@ jobs: - run: name: Build and run Dockerfile (see https://docs.railway.app/deploy/dockerfiles) command: | - cd section-08-deploying-with-containers && railway up --detach + cd section-08-deploying-with-containers && railway up --detach -s combative-rifle -e production test_regression_model_py37: docker: diff --git a/README.md b/README.md index 7fbf80b75..ee21f4f1b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Deployment of Machine Learning Models +# Deployment of Machine Learning Models updated Accompanying repo for the online course Deployment of Machine Learning Models. For the documentation, visit the [course on Udemy](https://www.udemy.com/deployment-of-machine-learning-models/?couponCode=TIDREPO). + +update2 \ No newline at end of file diff --git a/section-07-ci-and-publishing/house-prices-api/app/__init__.py b/section-07-ci-and-publishing/house-prices-api/app/__init__.py index 3b93d0be0..b1a19e323 100644 --- a/section-07-ci-and-publishing/house-prices-api/app/__init__.py +++ b/section-07-ci-and-publishing/house-prices-api/app/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.5"