We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cca1d7 commit 5f50382Copy full SHA for 5f50382
src/scripts/Scripts/git_release_pipeline.sh
@@ -4,7 +4,8 @@ if ! python3 ./src/scripts/Pipelines/git_release_pipeline.py ./
4
then
5
echo " Model already has been deployed, updating it"
6
python3 ./src/scripts/Pipelines/model_update_pipeline.py ./models/model.joblib ./ ./credentials.yaml
7
+ python3 ./src/scripts/Pipelines/model_update_deployment_pipeline.py ./ ./credentials.yaml
8
else
9
echo " Deploying model for the first time"
10
python3 ./src/scripts/Pipelines/model_deploy_pipeline.py ./models/model.joblib ./ ./credentials.yaml
-fi
11
+fi
0 commit comments