Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/octoblu/the-real-deployinator

Deployinator for deployinate
https://github.com/octoblu/the-real-deployinator

Last synced: 25 days ago
JSON representation

Deployinator for deployinate

Awesome Lists containing this project

README

        

# Deployinator
Deployinator for deployinate

# Install
```
npm install -g the-real-deployinator
```

# Environment

DEPLOYINATOR_UUID='...'
DEPLOYINATOR_TOKEN='...'
DEPLOYINATOR_HOST='...'
DEPLOYINATOR_DOCKER_PASS='...'

# Usage

## Deploy

Deploy an app.

```
deployinator deploy triggers-service -t v1.0.0
```

## Check the status

Check the status of an app.

```
deployinator status triggers-service -t v1.0.0
```