File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
runs-on : ${{ matrix.os }}
28
28
29
+ environment :
30
+ name : development
31
+
29
32
env :
30
33
DATABASE_URL : postgres://
31
34
AUTH_SECRET : test
Original file line number Diff line number Diff line change 83
83
outputs :
84
84
builder-url : " https://${{ steps.vercel.outputs.alias }}.${{ matrix.environment }}.webstudio.is"
85
85
builder-host : " ${{ steps.vercel.outputs.alias }}.${{ matrix.environment }}.webstudio.is"
86
- PRIVATE_GITHUB_DEPLOY_TOKEN : ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
87
86
88
87
fixtures-test :
89
88
needs : deployment
92
91
builder-url : ${{ needs.deployment.outputs.builder-url }}
93
92
builder-host : ${{ needs.deployment.outputs.builder-host }}
94
93
secrets :
95
- PRIVATE_GITHUB_DEPLOY_TOKEN : ${{ needs.deployment.outputs .PRIVATE_GITHUB_DEPLOY_TOKEN }}
94
+ PRIVATE_GITHUB_DEPLOY_TOKEN : ${{ secrets .PRIVATE_GITHUB_DEPLOY_TOKEN }}
96
95
97
96
delete-github-deployments :
98
97
needs : fixtures-test
You can’t perform that action at this time.
0 commit comments