Skip to content

Commit

Permalink
xdxdxd
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyJazz committed Nov 18, 2023
1 parent 173f8b1 commit ff9fca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/auth-microservice-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
kubectl apply -f ${{env.K8_DIR}}/auth-db-service.yaml
kubectl apply -f ${{env.K8_DIR}}/auth-db-volume-persistentvolumeclaim.yaml
kubectl apply -f ${{env.K8_DIR}}/auth-microservice-config.yaml
cat ${{env.K8_DIR}}/auth-microservice-deployment.yaml
kubectl apply -f ${{env.K8_DIR}}/auth-microservice-deployment.yaml
kubectl apply -f ${{env.K8_DIR}}/auth-microservice-service.yaml
Expand Down
2 changes: 1 addition & 1 deletion auth-microservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Let imagine `ec4942c811fe` is the container ID (`docker ps` will show you what i

## Testing Deploy to K8:

- 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
- 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12

0 comments on commit ff9fca0

Please sign in to comment.