mirror of
https://github.com/NovaGM/Modules.git
synced 2024-08-14 22:47:01 +00:00
Added pipeline for cURL.
This commit is contained in:
parent
7bbccf5015
commit
f5d5a6af80
1 changed files with 15 additions and 0 deletions
15
.github/workflows/vercel.yml
vendored
Normal file
15
.github/workflows/vercel.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Vercel Deployment
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
request:
|
||||
name: 'Request build from Vercel'
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Run a one-line script
|
||||
run: 'curl https://api.vercel.com/v1/integrations/deploy/prj_2Wz5V4lPIpBQiexQLGLu3mrJTeFc/eodd2Dah0S'
|
Loading…
Reference in a new issue