Skip to content

Commit

Permalink
Revert drush cim -y back
Browse files Browse the repository at this point in the history
  • Loading branch information
guopeiyaopearl authored Feb 23, 2023
1 parent 9fe640e commit 950f39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/test/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ resource "aws_ecs_task_definition" "app" {
}

entryPoint = ["sh", "-c"]
##command = ["drush cr; drush updb -y; drush cr; drush cim -y;"]
command = ["drush cr; drush updb -y; drush cr;"]
command = ["drush cr; drush updb -y; drush cr; drush cim -y;"]
###command = ["drush cr; drush updb -y; drush cr;"]
environment = [
{
name = "POSTGRES_PORT",
Expand Down

0 comments on commit 950f39b

Please sign in to comment.