This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
(no ticket): [update] Abandoned Cart Emails, fix property name (#1543) #158
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |