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
secret
andapi_key
indropspot-server/ecosystem.config.js
to 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.