Deploy a Quasar SSR App
For flash deployment mode
- Select NodeJS SSR as app type
- Set Entry Point to
index.js
- Leave Arguments empty
- Set Build Command to
npx quasar build --mode ssr
- Set Artifact Path to
dist/ssr
- Fill out the remainder of options for your app and deploy!
For adding new sites and web apps
- Add a new site to your server, selecting
NodeJS SSR
as app type - In Web App Settings:
- Set Entry Point to
index.js
- Leave Arguments empty
- Set Build Command to
npx quasar build --mode ssr
- Append CWD Path with
/dist/ssr
- Then, deploy!
If your code is in GitHub, enable GitHub Actions integration for your deployment workflow to build your project using GitHub and to keep your server resources freed up for your users.