Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkhizeryounas/dropspot-cli
Dropspot is an opensource & lightweight continuous delivery service.
https://github.com/mkhizeryounas/dropspot-cli
Last synced: 8 days ago
JSON representation
Dropspot is an opensource & lightweight continuous delivery service.
- Host: GitHub
- URL: https://github.com/mkhizeryounas/dropspot-cli
- Owner: mkhizeryounas
- Created: 2020-01-05T21:55:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T12:25:46.000Z (about 5 years ago)
- Last Synced: 2025-01-20T11:41:29.950Z (21 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dropspot CLI
Dropspot is an opensource & lightweight continuous delivery service. Install dropspot server on your server or VPS to get started.
## How to install
```
npm i -g dropspot-cli
```### Create a deployment token
```
npx dropspot token -u http://computers.pk:8080 -t --username mkhizeryounas --password --serveraddress https://index.docker.io/v1 --imageUrl docker.io/mkhizeryounas/express:latest --port 5000
```### Trigger Deploy
```
npx dropspot deploy -u http://computers.pk:8080 -t
```