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

This commit is contained in:
2023-12-06 18:45:34 +01:00
parent 9be43e98fa
commit 3b42d5832b

View File

@@ -21,7 +21,7 @@ steps:
settings:
hosts: ["rechner02.maketank.net"]
source: ./
target: ~/${FRX_DIR}
target: ~/$FRX_DIR
user: www-data
exclude: ['vendor', '.git*', '*drone.yml', '.settings', '.buildpath', '.editorconfig', '.project', '.travis.yml']
args: '-v -n --delete'
@@ -38,4 +38,4 @@ steps:
key:
from_secret: ssh-www-data-maketank-rsa
script:
- cd ~/${FRX_DIR} && composer install --no-dev
- cd ~/$FRX_DIR && composer install --no-dev