Setup Run npm rebuild to build executables for your platform Run, test, serve npm run build npm run test npm run serve:dev|test|prod Deploy Create version and tag commit npm version patch|minor|major -m "tag message" Commit to origin git push --follow-tags Deploy and run smoke tests npm run deploy:test|prod When needed, rollback npm run rollback:test|prod -- tag-name Setup host Create droplet with node build/digital-ocean-run.js Add remote repos git remote add test ssh://root@bee.software/root/bee-software-test-repo git remote add prod ssh://root@bee.software/root/bee-software-prod-repo Prepare host ssh root@bee.software 'bash -s' < prepare-host.sh Create image Place original image in /images Convert it to base64 (https://www.base64-image.de/ works well)