Skip to content

Commit c34db58

Browse files
authored
chore(ci) - remove vercel deployment (#952)
1 parent e347dc7 commit c34db58

2 files changed

Lines changed: 0 additions & 87 deletions

File tree

.github/workflows/ci-main.yml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -122,33 +122,6 @@ jobs:
122122
name: remote-flows-url
123123
path: remote-flows-url.txt
124124

125-
deploy-example-app:
126-
name: Deploy Example App Preview
127-
runs-on: ubuntu-latest
128-
steps:
129-
- uses: actions/checkout@v6
130-
131-
- name: Deploy remote-flows-example-app to vercel
132-
id: vercel-example-app
133-
uses: amondnet/vercel-action@v25
134-
with:
135-
vercel-token: ${{ secrets.VERCEL_TOKEN }}
136-
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
137-
vercel-project-id: ${{ secrets.VERCEL_EXAMPLE_APP_PROJECT_ID }}
138-
scope: ${{ secrets.VERCEL_ORG_ID }}
139-
github-token: ${{ secrets.GITHUB_TOKEN }}
140-
github-comment: true
141-
142-
- name: Save deployment URL
143-
run: |
144-
echo "${{ steps.vercel-example-app.outputs.preview-url }}" > example-app-url.txt
145-
146-
- name: Upload deployment URL
147-
uses: actions/upload-artifact@v7
148-
with:
149-
name: example-app-url
150-
path: example-app-url.txt
151-
152125
e2e-tests:
153126
name: E2E Tests
154127
runs-on: ubuntu-latest
@@ -222,29 +195,3 @@ jobs:
222195
vercel-args: '--prod'
223196
github-token: ${{ secrets.GITHUB_TOKEN }}
224197
github-comment: true
225-
226-
deploy-example-app-production:
227-
name: Deploy Example App to Production
228-
needs:
229-
[
230-
lint-and-format,
231-
build-and-exports,
232-
tests,
233-
example-checks,
234-
deploy-example-app,
235-
e2e-tests,
236-
]
237-
runs-on: ubuntu-latest
238-
steps:
239-
- uses: actions/checkout@v6
240-
241-
- name: Promote example app to production
242-
uses: amondnet/vercel-action@v25
243-
with:
244-
vercel-token: ${{ secrets.VERCEL_TOKEN }}
245-
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
246-
vercel-project-id: ${{ secrets.VERCEL_EXAMPLE_APP_PROJECT_ID }}
247-
scope: ${{ secrets.VERCEL_ORG_ID }}
248-
vercel-args: '--prod'
249-
github-token: ${{ secrets.GITHUB_TOKEN }}
250-
github-comment: true

.github/workflows/pr.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -298,33 +298,6 @@ jobs:
298298
name: remote-flows-url
299299
path: remote-flows-url.txt
300300

301-
deploy-example-app:
302-
name: Deploy Example App Preview
303-
runs-on: ubuntu-latest
304-
steps:
305-
- uses: actions/checkout@v6
306-
307-
- name: Deploy remote-flows-example-app to vercel
308-
id: vercel-example-app
309-
uses: amondnet/vercel-action@v25
310-
with:
311-
vercel-token: ${{ secrets.VERCEL_TOKEN }}
312-
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
313-
vercel-project-id: ${{ secrets.VERCEL_EXAMPLE_APP_PROJECT_ID }}
314-
scope: ${{ secrets.VERCEL_ORG_ID }}
315-
github-token: ${{ secrets.GITHUB_TOKEN }}
316-
github-comment: true
317-
318-
- name: Save deployment URL
319-
run: |
320-
echo "${{ steps.vercel-example-app.outputs.preview-url }}" > example-app-url.txt
321-
322-
- name: Upload deployment URL
323-
uses: actions/upload-artifact@v7
324-
with:
325-
name: example-app-url
326-
path: example-app-url.txt
327-
328301
e2e-tests:
329302
name: E2E Tests
330303
runs-on: ubuntu-latest
@@ -335,7 +308,6 @@ jobs:
335308
tests,
336309
example-checks,
337310
deploy-remote-flows,
338-
deploy-example-app,
339311
]
340312
steps:
341313
- uses: actions/checkout@v6
@@ -361,16 +333,10 @@ jobs:
361333
with:
362334
name: remote-flows-url
363335

364-
- name: Download example-app URL
365-
uses: actions/download-artifact@v8
366-
with:
367-
name: example-app-url
368-
369336
- name: Set deployment URLs
370337
id: set-urls
371338
run: |
372339
echo "REMOTE_FLOWS_URL=$(cat remote-flows-url.txt)" >> $GITHUB_ENV
373-
echo "EXAMPLE_APP_URL=$(cat example-app-url.txt)" >> $GITHUB_ENV
374340
375341
- name: Run Playwright tests
376342
env:

0 commit comments

Comments
 (0)