Skip to content

Commit e568e33

Browse files
Deploy to test on production release
1 parent d4b2fcb commit e568e33

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/production.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,14 @@ jobs:
2626
service_name: analytics-api
2727
env_name: prod-eu-west
2828
secrets:
29-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
29+
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
30+
31+
deploy-test:
32+
needs: [build]
33+
uses: ./.github/workflows/deployment.yml
34+
with:
35+
versionvar_filename: keeshond
36+
service_name: analytics-api
37+
env_name: test
38+
secrets:
39+
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)