Skip to content

Commit 8fe2598

Browse files
authored
Merge pull request #53 from imgix/SUPPORT-1275-redeploy_gearbox_workflow
SUPPORT-1275 : Adds gearbox redeploy workflow
2 parents 7f19e08 + 0396283 commit 8fe2598

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SUPPORT-1275: Redeploys Gearbox to apply new changes from image-url-params
2+
3+
name: Redeploy Gearbox
4+
5+
on:
6+
push:
7+
branches:
8+
- main
9+
10+
jobs:
11+
redeploy-gearbox-vercel:
12+
name: Trigger a redeploy for gearbox
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Redeploy Gearbox
17+
run: |
18+
curl -X POST "https://api.vercel.com/v1/integrations/deploy/${{ secrets.VERCEL_DEPLOY_HOOK_ID }}"

0 commit comments

Comments
 (0)