Skip to content

review app testing

review app testing #1

Workflow file for this run

name: Set maintenance mode
on:
push:
branches: [add-maintenance-page]
workflow_dispatch:
inputs:
environment:
required: true
type: choice
options:
- test
- production
mode:
required: true
type: choice
options:
- enable
- disable
jobs:
set-maintenance-mode:
name: Set maintenance mode
runs-on: ubuntu-latest
environment: review
steps:
- name: Checkout
uses: actions/checkout@v4
# - name: Enable or disable maintenance mode
# uses: DFE-Digital/github-actions/maintenance@master
# with:
# azure-credentials: ${{ secrets.AZURE_CREDENTIALS}}
# environment: review
# mode: enable
# docker-repository: ghcr.io/dfe-digital/claim-additional-payments-for-teaching-maintenance
# github-token: ${{ secrets.GITHUB_TOKEN }}