Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```