Skip to content

Commit

Permalink
/run-deploy-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Lliillyy committed Dec 11, 2023
1 parent 1f11fe9 commit 27dc7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api-service/api/model_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def post(self):
@app.route('/status', methods=['GET'])
def get_api_status():
return jsonify({
"api_version": "1.2",
"api_version": "1.0",
"torch_version": torch.__version__
})

Expand Down
2 changes: 1 addition & 1 deletion src/app_deploy/deploy-app.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# # Build and Push Docker Containers to GCR
# Build and Push Docker Containers to GCR
ansible-playbook deploy-docker-images.yml -i inventory.yml
# Update Cluster
ansible-playbook update-k8s-cluster.yml -i inventory-prod.yml

0 comments on commit 27dc7f8

Please sign in to comment.