This commit is contained in:
21
deploy.yaml
Normal file
21
deploy.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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: 'composer install'
|
||||
|
||||
after:
|
||||
deploy:failed: deploy:unlock
|
||||
Reference in New Issue
Block a user