# Deploy

| Env | URL |
|-----|-----|
| Staging portfolio | https://staging.ficarra.app |
| Production portfolio | https://ficarra.app |
| Dev Tools (login) | https://dev.ficarra.app |

```powershell
npx vercel --yes
npx vercel alias set <deployment-url> staging.ficarra.app
npx vercel alias set <deployment-url> dev.ficarra.app
```

Production: `npx vercel --prod --yes` only when shipping.
