@@ -162,35 +162,36 @@ jobs:
162
162
# with:
163
163
# name: REPL
164
164
# path: 'packages/dev/repl/dist'
165
- # - name: Start Deployment
166
- # uses: bobheadxi/deployments@v1
167
- # id: deployment
168
- # with:
169
- # step: start
170
- # token: ${{ secrets.GITHUB_TOKEN }}
171
- # ref: ${{ github.head_ref }}
172
- # env: Preview
173
- # override: false
174
- # - name: Deploy to Vercel
175
- # uses: amondnet/vercel-action@v25
176
- # id: vercel-action
177
- # with:
178
- # vercel-token: ${{ secrets.REPL_VERCEL_TOKEN }}
179
- # vercel-org-id: ${{ secrets.REPL_VERCEL_ORG_ID }}
180
- # vercel-project-id: ${{ secrets.REPL_VERCEL_PROJECT_ID }}
181
- # github-comment: false
182
- # working-directory: packages/dev/repl
183
- # # vercel-args: '--prod'
184
- # alias-domains: |
185
- # pr-{{PR_NUMBER}}.repl.parceljs.org
186
- # - name: Update Deployment Status
187
- # uses: bobheadxi/deployments@v1
188
- # if: always()
189
- # with:
190
- # step: finish
191
- # token: ${{ secrets.GITHUB_TOKEN }}
192
- # env: Preview
193
- # override: false
194
- # status: ${{ job.status }}
195
- # deployment_id: ${{ steps.deployment.outputs.deployment_id }}
196
- # env_url: ${{ steps.vercel-action.outputs.preview-url }}
165
+ - name : Start Deployment
166
+ uses : bobheadxi/deployments@v1
167
+ id : deployment
168
+ with :
169
+ step : start
170
+ token : ${{ secrets.GITHUB_TOKEN }}
171
+ ref : ${{ github.head_ref }}
172
+ env : Preview
173
+ override : false
174
+ - name : Deploy to Vercel
175
+ uses : amondnet/vercel-action@v25
176
+ id : vercel-action
177
+ with :
178
+ vercel-token : ${{ secrets.REPL_VERCEL_TOKEN }}
179
+ vercel-org-id : ${{ secrets.REPL_VERCEL_ORG_ID }}
180
+ vercel-project-id : ${{ secrets.REPL_VERCEL_PROJECT_ID }}
181
+ github-comment : false
182
+ working-directory : packages/dev/repl
183
+ # vercel-args: '--prod'
184
+ scope : parcel
185
+ alias-domains : |
186
+ pr-{{PR_NUMBER}}.repl.parceljs.org
187
+ - name : Update Deployment Status
188
+ uses : bobheadxi/deployments@v1
189
+ if : always()
190
+ with :
191
+ step : finish
192
+ token : ${{ secrets.GITHUB_TOKEN }}
193
+ env : Preview
194
+ override : false
195
+ status : ${{ job.status }}
196
+ deployment_id : ${{ steps.deployment.outputs.deployment_id }}
197
+ env_url : ${{ steps.vercel-action.outputs.preview-url }}
0 commit comments