running compose
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-12-06 18:40:40 +01:00
parent 59ce699440
commit 9be43e98fa

View File

@@ -12,6 +12,8 @@ trigger:
event: event:
include: include:
- push - push
environment:
FRX_DIR: froxlor-test
steps: steps:
- name: deploy - name: deploy
@@ -19,7 +21,7 @@ steps:
settings: settings:
hosts: ["rechner02.maketank.net"] hosts: ["rechner02.maketank.net"]
source: ./ source: ./
target: /var/www/froxlor 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'
@@ -27,14 +29,13 @@ steps:
key: key:
from_secret: ssh-www-data-maketank-rsa from_secret: ssh-www-data-maketank-rsa
command_timeout: 10m command_timeout: 10m
#- name: clear-cache - name: compose-install
# image: appleboy/drone-ssh image: appleboy/drone-ssh
# settings: settings:
# host: host:
# - rechner02.maketank.net - rechner02.maketank.net
# username: kmmportal username: www-data
# key: key:
# from_secret: ssh-kmmportal-maketank-rsa from_secret: ssh-www-data-maketank-rsa
# script: script:
# - cd ~/drupal/sites/default && ~/drupal/vendor/bin/drush cc all - cd ~/${FRX_DIR} && composer install --no-dev
#