Skip to content

chore: change mysql to postgress #6

chore: change mysql to postgress

chore: change mysql to postgress #6

Workflow file for this run

name: Deploy CI
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
- name: "Deploy to Vercel"
run: |
npx vercel --token ${VERCEL_TOKEN} --prod
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}