Skip to content

Commit

Permalink
adding github actions to automatic model deployment with mlflow and f…
Browse files Browse the repository at this point in the history
…ixing commands
  • Loading branch information
ruralkan committed Oct 12, 2024
1 parent 437a8da commit 3fab3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
MLFLOW_TRACKING_USERNAME: ${{ secrets.MLFLOW_TRACKING_USERNAME }}
MLFLOW_TRACKING_PASSWORD: ${{ secrets.MLFLOW_TRACKING_PASSWORD }}
run: |
python mlflow_model_deployment.py
python mlflowmodeldeployment.py

0 comments on commit 3fab3f9

Please sign in to comment.