Skip to content

Commit

Permalink
chore: order post-rollout tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed May 17, 2024
1 parent 1906590 commit 2448fab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ tasks:
# when: LAGOON_ENVIRONMENT_TYPE=="production"

post-rollout:
# - run:
# name: drush cim
# # Enable once config sync has been setup.
# command: drush -y cim
# service: cli
- run:
name: drush updb
# This will only run if the database exists.
command: |
if [[ $(drush status --field=Database) == "Connected" ]]; then drush -y updb; fi
service: cli
# - run:
# name: drush cim
# # Enable once config sync has been setup.
# command: drush -y cim
# service: cli
- run:
name: drush cr
command: drush -y cr
Expand Down

0 comments on commit 2448fab

Please sign in to comment.