28 lines
239 B
Markdown
28 lines
239 B
Markdown
# deployer
|
|
|
|
To get started
|
|
|
|
```v
|
|
|
|
|
|
|
|
import incubaid.herolib.clients. deployer
|
|
|
|
mut client:= deployer.get()!
|
|
|
|
client...
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
## example heroscript
|
|
|
|
```hero
|
|
!!deployer.configure
|
|
secret: '...'
|
|
host: 'localhost'
|
|
port: 8888
|
|
```
|