22 lines
338 B
YAML
22 lines
338 B
YAML
import:
|
|
- recipe/symfony.php
|
|
|
|
config:
|
|
repository: 'https://mmoeller:Linchen90@gitbase.de/OrangeJungle/CdsConnector.git'
|
|
|
|
|
|
|
|
hosts:
|
|
192.168.178.95:
|
|
alias: 'staging'
|
|
remote_user: pi
|
|
deploy_path: '~/CdsConnector'
|
|
|
|
tasks:
|
|
build:
|
|
- cd: '{{release_path}}'
|
|
- run: 'make install'
|
|
|
|
after:
|
|
deploy:failed: deploy:unlock
|