Skip to content

Commit

Permalink
Bundled whole deployment into one script
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Harris committed May 23, 2024
1 parent 1fa92ba commit 4e3bb6d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ Then all the commands mentioned the useful commands section below should work.

So a workflow would look like ...

1. `git checkout matt-azure-kubernetes-service-deployment`
2. Do some work, change some code, or adjust the Kubernetes configuration files in `./deployment`
3. Run deployment script to push to container registry: `python3 deploy_azure.py`
4. Go to the URL, to find it click under "Services and Ingresses" in the Azure portal
1. Replace `./deployment/env-configmap.yaml` with the one configured for your host
2. `git checkout matt-azure-kubernetes-service-deployment`
3. Do some work, change some code, or adjust the Kubernetes configuration files in `./deployment`
4. Run deployment script to push to container registry: `python3 deploy_azure.py`
5. Go to the URL, to find it click under "Services and Ingresses" in the Azure portal


# Useful commands
Expand Down

0 comments on commit 4e3bb6d

Please sign in to comment.