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