diff options
author | ThibG <thib@sitedethib.com> | 2019-12-28 19:10:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-28 19:10:27 +0100 |
commit | 22daf24600d8e99e4569740ee5836d25c70c1e8b (patch) | |
tree | 6608ef7a5978b1071589d4891f8074241136a883 /boxfile.yml | |
parent | f064cd4fb8057af04f0f1db6a98fc45935811e25 (diff) | |
parent | ad292792142a53fac05fac11e57ede103be2bdee (diff) |
Merge pull request #1257 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'boxfile.yml')
-rw-r--r-- | boxfile.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/boxfile.yml b/boxfile.yml index 1bc3929c8..c4fd19ce6 100644 --- a/boxfile.yml +++ b/boxfile.yml @@ -60,16 +60,15 @@ deploy.config: - touch /app/log/production.log before_live: web.web: + - bin/tootctl cache clear - bundle exec rake db:migrate:setup + after_live: + worker.sidekiq: - |- if [[ "${ES_ENABLED}" != "false" ]] then bin/tootctl search deploy fi - - bin/tootctl cache clear - after_live: - worker.sidekiq: - - bin/tootctl search deploy web.web: |