Skip to content

Commit

Permalink
tags task now run at every deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chobeat committed Mar 8, 2020
1 parent 0d7bcc2 commit 077a565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if [ "$db_version" = "Current version: 0" ]; then
bundle exec rake db:schema:load
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec rake tags:load_from_yaml
else
bundle exec rake tags:load_from_yaml
bundle exec rake db:migrate
fi

Expand Down

0 comments on commit 077a565

Please sign in to comment.