This commit is contained in:
@@ -12,16 +12,14 @@ trigger:
|
||||
event:
|
||||
include:
|
||||
- push
|
||||
environment:
|
||||
FRX_DIR: froxlor-test
|
||||
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: cr.wks/drone/drone-rsync:latest
|
||||
settings:
|
||||
hosts: ["rechner02.maketank.net"]
|
||||
source: ./
|
||||
target: ~/$FRX_DIR
|
||||
target: ~/froxlor-test
|
||||
user: www-data
|
||||
exclude: ['vendor', '.git*', '*drone.yml', '.settings', '.buildpath', '.editorconfig', '.project', '.travis.yml']
|
||||
args: '-v -n --delete'
|
||||
@@ -38,4 +36,4 @@ steps:
|
||||
key:
|
||||
from_secret: ssh-www-data-maketank-rsa
|
||||
script:
|
||||
- cd ~/$FRX_DIR && composer install --no-dev
|
||||
- cd ~/froxlor-test && composer install --no-dev
|
||||
|
||||
Reference in New Issue
Block a user