Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

STRF-11308: Add "id" as a sortable field to V3 redirects (#1497) #117

STRF-11308: Add "id" as a sortable field to V3 redirects (#1497)

STRF-11308: Add "id" as a sortable field to V3 redirects (#1497) #117

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Trigger Vercel Deploy Hook
run: |
curl -X POST ${{ secrets.VERCEL_DEPLOY_HOOK_URL }}