Skip to content

Commit b4b370e

Browse files
committed
update and cleanup triggers for rocky-9 branch
1 parent fa8c226 commit b4b370e

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# V1: Simple Deploy Hook
2+
# Triggers vercel builds for changes to rocky-8 branch content.
3+
4+
name: Trigger Vercel Deploy - rocky-8 branch
5+
6+
on:
7+
push:
8+
branches:
9+
- rocky-9
10+
11+
12+
jobs:
13+
trigger-deploy:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Trigger Vercel Deploy Hook
17+
run: curl -X POST "${{ secrets.VERCEL_DEPLOY_HOOK_URL }}"

0 commit comments

Comments
 (0)