Update ci.yml (x2)
This commit is contained in:
parent
8a77db35a5
commit
4576e51819
|
@ -35,9 +35,6 @@ jobs:
|
||||||
- name: Pull Vercel Environment Information
|
- name: Pull Vercel Environment Information
|
||||||
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
|
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
|
||||||
|
|
||||||
- name: Remove .env.example
|
|
||||||
run: rm .env.example
|
|
||||||
|
|
||||||
- name: Build Project Artifacts
|
- name: Build Project Artifacts
|
||||||
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
|
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue