Skip to content

Commit

Permalink
VACMS-16642: fix drush commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmund Dunn committed Jan 3, 2024
1 parent 1dbed0a commit 04a574e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,14 @@ services:


# https://www.drush.org/latest/deploycommand/ (updatedb, cache:rebuild, config:import, deploy:hook)
- drush deploy
- bash -lc 'drush deploy'

# Disable sitewide alerts so as not to interfere with testing.
- drush sitewide-alert:disable
- bash -lc 'drush sitewide-alert:disable'

# Prevent continuous releases from running on Tugboat, and reset to ready.
- drush sset va_gov_build_trigger.continuous_release_enabled 0
- drush sset va_gov_build_trigger.release_state ready
- bash -lc 'drush sset va_gov_build_trigger.continuous_release_enabled 0'
- bash -lc 'drush sset va_gov_build_trigger.release_state ready'

# Setup background processing service. This uses runit to keep process up
# See https://docs.tugboat.qa/setting-up-services/how-to-set-up-services/running-a-background-process
Expand Down

0 comments on commit 04a574e

Please sign in to comment.