Skip to content

Commit

Permalink
Merge pull request #1433 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
ci cd fix
  • Loading branch information
gtechmulearn committed May 12, 2024
2 parents 753f4bf + ea20fd9 commit e54cc72
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 42 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/preview.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/production.yaml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/vercel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy to Vercel

on:
push:
branches:
- dev-server

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Deploy to Vercel
run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod

0 comments on commit e54cc72

Please sign in to comment.