Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit ad47d92

Browse files
authored
Merge pull request #1083 from alphagov/fix-ci-production
Update ci.yml correct environment for production
2 parents 41d18bd + 9bcf385 commit ad47d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
deploy_to_production:
8989
if: startsWith(github.ref, 'refs/tags/')
9090
needs: test
91-
environment: staging
91+
environment: production
9292
runs-on: ubuntu-latest
9393
steps:
9494
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)