This commit is contained in:
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: composer
|
||||
commands:
|
||||
- composer install
|
||||
|
||||
- name: test
|
||||
image: php:8.1
|
||||
commands:
|
||||
- vendor/bin/phpunit --configuration config.xml
|
||||
@@ -1,3 +1,5 @@
|
||||
[](https://ci.basehosts.de/OrangeJungle/CdsConnector)
|
||||
|
||||
# CdsConnector
|
||||
================
|
||||
|
||||
|
||||
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