Added pipeline for cURL.

This commit is contained in:
Keanu Timmermans 2021-03-01 20:41:38 +01:00
parent 7bbccf5015
commit f5d5a6af80
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 15 additions and 0 deletions

15
.github/workflows/vercel.yml vendored Normal file
View 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'