vars test - fuck it!
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-12-06 18:48:20 +01:00
parent 3b42d5832b
commit 92824194fb

View File

@@ -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