Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/octoblu/the-real-deployinator
- Owner: octoblu
- License: mit
- Created: 2015-08-05T20:42:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-16T00:30:33.000Z (over 8 years ago)
- Last Synced: 2024-04-26T22:02:08.893Z (9 months ago)
- Language: CoffeeScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```