This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user