mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
extra script lines in second job ref3
This commit is contained in:
parent
8dfb5d1513
commit
4a615e382c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
|||
with:
|
||||
version: 'v1.29.0'
|
||||
id: install
|
||||
|
||||
|
||||
- uses: azure/login@v2
|
||||
name: Azure Login
|
||||
with:
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
- name: Getting access to the cluster
|
||||
run: |
|
||||
az aks get-credentials --resource-group grid-capstone --name dev-grid-cluster --admin --overwrite-existing
|
||||
kubectl apply -f .
|
||||
kubectl apply -f ./cicd/grid-capstone-k8s-manifests
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue