SetupRun npm rebuild to build executables for your platformRun, test, servenpm run buildnpm run testnpm run serve:dev|test|prodDeployCreate version and tag commit npm version patch|minor|major -m "tag message"Commit to origin git push --follow-tagsDeploy and run smoke tests npm run deploy:test|prodWhen needed, rollback npm run rollback:test|prod -- tag-nameSetup hostCreate droplet with node build/digital-ocean-run.jsAdd remote repos git remote add test ssh://root@bee.software/root/bee-software-test-repogit remote add prod ssh://root@bee.software/root/bee-software-prod-repoPrepare host ssh root@bee.software 'bash -s' < prepare-host.shCreate imagePlace original image in /imagesConvert it to base64 (https://www.base64-image.de/ works well)