mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21: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:
|
with:
|
||||||
version: 'v1.29.0'
|
version: 'v1.29.0'
|
||||||
id: install
|
id: install
|
||||||
|
|
||||||
- uses: azure/login@v2
|
- uses: azure/login@v2
|
||||||
name: Azure Login
|
name: Azure Login
|
||||||
with:
|
with:
|
||||||
|
@ -102,7 +102,7 @@ jobs:
|
||||||
- name: Getting access to the cluster
|
- name: Getting access to the cluster
|
||||||
run: |
|
run: |
|
||||||
az aks get-credentials --resource-group grid-capstone --name dev-grid-cluster --admin --overwrite-existing
|
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