Skip to content
Snippets Groups Projects
Commit 907d7fba authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

Merge branch 'ISAICP-7382' into 'master'

ISAICP-7382: Do not run any Drush command before 'drush deploy'

See merge request !54
parents e5edcdfe c6802d43
No related branches found
No related tags found
1 merge request!54ISAICP-7382: Do not run any Drush command before 'drush deploy'
......@@ -5,14 +5,12 @@
# See \EcEuropa\Toolkit\TaskRunner\Commands\CloneCommands::runDeploy().
upgrade_commands:
default:
- ./vendor/bin/drush state:set system.maintenance_mode 1 --input-format=integer --yes
- touch disable-config-readonly
- ./vendor/bin/drush deploy --yes
- ./vendor/bin/drush search-api:reset-tracker --yes
- ./vendor/bin/drush joinup:node-access-rebuild
- rm disable-config-readonly
- ./vendor/bin/drush site-alert:disable
- ./vendor/bin/drush state:set system.maintenance_mode 0 --input-format=integer --yes
- ./scripts/check_status_report.php
append:
acceptance:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment