Skip to content
Snippets Groups Projects
Commit dabfabe6 authored by Mateusz Mikołajczak's avatar Mateusz Mikołajczak
Browse files

build(staging): change staging deploy to production build on vercel

parent 47c6c074
No related branches found
No related tags found
1 merge request!7Style/add tailwind typography and font
Pipeline #78501 passed
...@@ -58,6 +58,6 @@ deploy_staging: ...@@ -58,6 +58,6 @@ deploy_staging:
- development - development
script: script:
- npm install --global vercel - npm install --global vercel
- vercel pull --yes --environment=preview --token=$VERCEL_TOKEN - vercel pull --yes --environment=production --token=$VERCEL_TOKEN
- vercel build --token=$VERCEL_TOKEN - vercel build --prod --token=$VERCEL_TOKEN
- vercel deploy --prebuilt --token=$VERCEL_TOKEN - vercel deploy --prebuilt --prod --token=$VERCEL_TOKEN
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment