Add drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2023-02-26 22:30:19 +01:00
parent 912c4d5f6f
commit 4512a41344
1 changed files with 17 additions and 0 deletions

View File

@ -135,6 +135,23 @@ steps:
branch: master
event: push
- name: deploy dpsgkoeln
image: drillster/drone-rsync
settings:
hosts: ['dpsg-koeln.de']
user: dpsg-koeln
source: ./
target: ~/adrema
exclude: ['.git']
key:
from_secret: private_key
script:
- cd ~/adrema
- /usr/bin/php8.1 artisan migrate --force
when:
branch: master
event: push
services:
- name: db
image: mariadb/server:10.3