2022-07-19 14:00:09 +02:00
|
|
|
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}}'
|
2023-01-30 15:36:20 +01:00
|
|
|
- run: 'make install'
|
2022-07-19 14:00:09 +02:00
|
|
|
|
|
|
|
after:
|
|
|
|
deploy:failed: deploy:unlock
|