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