Skip to content

Update frontend to v25.01.08.910 #347

Update frontend to v25.01.08.910

Update frontend to v25.01.08.910 #347

name: Deploy to develop
on:
push:
branches:
- main
concurrency:
group: deploy-develop
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: develop
url: https://dev-www.nationalarchives.gov.uk/
steps:
- uses: actions/checkout@v4
- name: Deploy
uses: ./.github/actions/deploy
with:
config: develop.json
environment: develop
# TODO: Enable once dev-www.nationalarchives.gov.uk can be accessed by GitHub Action runners
# test:
# runs-on: ubuntu-latest
# needs:
# - deploy
# steps:
# - uses: actions/checkout@v4
# - name: Test
# uses: ./.github/actions/test
# with:
# domain: https://dev-www.nationalarchives.gov.uk