We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74836ef + 6270310 commit fa4cdfaCopy full SHA for fa4cdfa
2 files changed
.github/workflows/cd_dev.yaml
@@ -33,6 +33,7 @@ jobs:
33
if: github.event.pull_request.draft == false
34
needs:
35
- test
36
+ environment: development
37
strategy:
38
matrix:
39
node-version:
.github/workflows/cd_prod.yaml
run: npm run coverage:ci
deploy:
needs: test
+ environment: production
0 commit comments