Skip to content

Commit

Permalink
Release workflow should also deploy test env
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Feb 12, 2024
1 parent ea41f0a commit 51dd08e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ jobs:
env_name: prod-eu-west
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

deploy-test:
needs: [test, build]
uses: ./.github/workflows/deployment.yml
with:
versionvar_filename: _sashimi
service_name: metrics-api
env_name: test
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 51dd08e

Please sign in to comment.