Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tahb committed Apr 19, 2021
2 parents 6fea6f6 + 6fb2299 commit 0de8869
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ jobs:
run: |
script/deploy-terraform
if: github.ref == 'refs/heads/develop'
- name: Deploy terraform to research
env:
TF_VAR_environment: "research"
run: |
script/deploy-terraform
if: github.ref == 'refs/heads/research'
- name: Deploy terraform to preview
env:
TF_VAR_environment: "preview"
run: |
script/deploy-terraform
if: github.ref == 'refs/heads/main'
- name: Deploy terraform to prod
env:
TF_VAR_environment: "prod"
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog 1.0.0].

## [Unreleased]

## [release-008] - 2021-05-19

- auto deploy research and preview environments

## [release-007] - 2021-05-19

- Add `noindex,nofollow` meta tag to all pages, as per Gov.UK guidance
Expand Down Expand Up @@ -122,7 +126,8 @@ Contentful fixture
- Contentful can redirect users to preview endpoints
- users can be asked to answer a long text question

[unreleased]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-007...HEAD
[unreleased]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-008...HEAD
[release-008]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-007...release-008
[release-007]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-006...release-007
[release-006]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-005...release-006
[release-005]: https://github.com/DFE-Digital/buy-for-your-school/compare/release-004...release-005
Expand Down

0 comments on commit 0de8869

Please sign in to comment.