Skip to content

DEVDOCS-5770 [update]: Catalog API, update brand metafields (#141) #116

DEVDOCS-5770 [update]: Catalog API, update brand metafields (#141)

DEVDOCS-5770 [update]: Catalog API, update brand metafields (#141) #116

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
workflow_dispatch:
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 }}?buildCache=false