UNPKG

418 BMarkdownView Raw
1# Deployinator
2Deployinator for deployinate
3
4# Install
5```
6npm install -g the-real-deployinator
7```
8
9# Environment
10
11DEPLOYINATOR_UUID='...'
12DEPLOYINATOR_TOKEN='...'
13DEPLOYINATOR_HOST='...'
14DEPLOYINATOR_DOCKER_PASS='...'
15
16# Usage
17
18## Deploy
19
20Deploy an app.
21
22```
23deployinator deploy triggers-service -t v1.0.0
24```
25
26## Check the status
27
28Check the status of an app.
29
30```
31deployinator status triggers-service -t v1.0.0
32```