Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed May 2, 2024
1 parent 3f8176f commit 9415299
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/enable-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
dockerfile-path: service_unavailable_page/Dockerfile
docker-repository: ghcr.io/dfe-digital/apply-teacher-training-maintenance
context: service_unavailable_page
context: maintenance_page

- uses: azure/login@v1
with:
Expand All @@ -42,12 +42,12 @@ jobs:
with:
kubelogin-version: 'v0.0.34'

- uses: azure/aks-set-context@v3
with:
resource-group: s189t01-tsc-ts-rg
cluster-name: s189t01-tsc-test-aks
use-kubelogin: true
admin: 'false'
# - uses: azure/aks-set-context@v3
# with:
# resource-group: s189t01-tsc-ts-rg
# cluster-name: s189t01-tsc-test-aks
# use-kubelogin: true
# admin: 'false'

- name: Deploy maintenance app
run: make review_aks maintenance-fail-over PR_NUMBER=1
Expand Down

0 comments on commit 9415299

Please sign in to comment.