Spaces:
Runtime error
Runtime error
File size: 247 Bytes
ca28016 |
1 2 3 4 5 6 7 |
#!/bin/bash
echo "NEXT_PUBLIC_GOLEM_SERVER_URL=https://f27bd2fb884d.ngrok-free.app" > .env.production
echo "NEXT_PUBLIC_BACKEND_URL=https://f27bd2fb884d.ngrok-free.app" >> .env.production
rm -rf .next
npm run build
npx vercel --prod --force --yes
|