composer update & drone config
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is failing Details

Drone now deploys to dev after a push to the master branch, as opposed to the dev branch.
This commit is contained in:
naomi 2022-06-20 10:16:20 +01:00
parent c03aee9c6b
commit 69572713a4
3 changed files with 445 additions and 546 deletions

View File

@ -15,7 +15,6 @@ steps:
- git pull
- composer install
- /var/www/gno/vendor/bin/drush updb
- /var/www/gno/vendor/bin/drush config:import --source=../config
- /var/www/gno/vendor/bin/drush config:import --source=modules/contrib/goodnightout_opencase/config/optional -y
- name: notify on failure
image: plugins/slack
@ -33,4 +32,4 @@ steps:
trigger:
branch:
- dev
- master

View File

@ -41,7 +41,6 @@
"drupal/core-recommended": "^9",
"drupal/csv_serialization": "^2.0",
"drupal/ctools": "^3.7",
"drupal/custom_breadcrumbs": "^1.0",
"drupal/date_popup": "^1.1",
"drupal/dbug": "^2.0",
"drupal/devel_entity_updates": "^3.0",

987
composer.lock generated

File diff suppressed because it is too large Load Diff