File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 9
9
builder-host :
10
10
required : true
11
11
type : string
12
- secrets :
13
- PRIVATE_GITHUB_DEPLOY_TOKEN :
14
- required : true
15
12
16
13
permissions :
17
14
contents : read # to fetch code (actions/checkout)
26
23
27
24
runs-on : ${{ matrix.os }}
28
25
26
+ environment :
27
+ name : development
28
+
29
29
env :
30
30
DATABASE_URL : postgres://
31
31
AUTH_SECRET : test
Original file line number Diff line number Diff line change @@ -85,25 +85,12 @@ jobs:
85
85
builder-host : " ${{ steps.vercel.outputs.alias }}.${{ matrix.environment }}.webstudio.is"
86
86
87
87
fixtures-test :
88
- strategy :
89
- matrix :
90
- environment :
91
- - empty
92
- - development
93
- environment :
94
- name : ${{ matrix.environment }}
95
-
96
88
needs : deployment
97
-
98
89
uses : ./.github/workflows/fixtures-test.yml
99
-
100
90
with :
101
91
builder-url : ${{ needs.deployment.outputs.builder-url }}
102
92
builder-host : ${{ needs.deployment.outputs.builder-host }}
103
93
104
- secrets :
105
- PRIVATE_GITHUB_DEPLOY_TOKEN : ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
106
-
107
94
delete-github-deployments :
108
95
needs : fixtures-test
109
96
uses : ./.github/workflows/delete-github-deployments.yml
You can’t perform that action at this time.
0 commit comments