From d2d94641e39111a12d2c91c085decd1ff070710e Mon Sep 17 00:00:00 2001 From: naomi Date: Mon, 11 Oct 2021 22:21:14 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e29b0ef..2bb425c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ steps: - cd /var/www/gno - git pull - composer install - - drush updb - - drush config:import --source=../config + - /var/www/gno/vendor/bin/drush updb + - /var/www/gno/vendor/bin/drush config:import --source=../config - name: notify on failure image: plugins/slack settings: