Commit 39e1194e authored by Aneeb Imamdin's avatar Aneeb Imamdin

gitlab yml added

parent ce10b840
Pipeline #4688 failed with stages
......@@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vercel
stages:
- build
- deploy
build:
stage: build
script:
- npm run build
deploy:
stage: deploy
script:
- vercel --prod
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment