mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-23 14:53:14 +03:00
10 lines
209 B
YAML
10 lines
209 B
YAML
deploy_path: "/tmp/hap-example"
|
|
repo: "https://github.com/stackbuilders/hapistrano.git"
|
|
revision: "origin/main"
|
|
host: vagrant@127.0.0.1
|
|
port: 2222
|
|
working_directory: example
|
|
|
|
build_script:
|
|
- stack build -j1
|