Documentation

Deployment

Deploy Dashboard

Let's create a build by running these commands on your machine:

cd src/ShipDotnet.Dashboard
yarn install
yarn build

Now you can upload the content of build (which is a static page) to your server.

scp -r ./build user@your-ubuntu-ip:/var/www/apps/shipdotnet-dashboard

That's all is needed!

We will verify it once we get Caddy running in the last step of Deployment section.