This website deploys to DigitalOcean as a self-hosted droplet
- CI / CD should be done through the CircleCI pipeline
- Should you need to deploy manually, there is an npm script to do so. Before running the script:
- Add the
SSH_USER
andSERVER_IP
variable to your environment (ssh user and remote IP addrs.) - Run
npm run deploy
(this will build and deploy your changes)
- Add the