composer update & drone config
Drone now deploys to dev after a push to the master branch, as opposed to the dev branch.
This commit is contained in:
parent
c03aee9c6b
commit
69572713a4
@ -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
|
||||
|
@ -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
987
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user