Dropspot is an opensource & lightweight continuous delivery service. Install dropspot server on your server or VPS to get started.
- Install PM2
- Clone the project in your server
- Edit your
secretandapi_keyindropspot-server/ecosystem.config.jsto a random uuid.
cd dropspot-server
nano ecosystem.config.js
- Run pm2 server
pm2 start ecosystem.config.js
Refer to github/workflows/deployment.yml in this repo.