about summary refs log tree commit diff
path: root/boxfile.yml
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-12-28 19:10:27 +0100
committerGitHub <noreply@github.com>2019-12-28 19:10:27 +0100
commit22daf24600d8e99e4569740ee5836d25c70c1e8b (patch)
tree6608ef7a5978b1071589d4891f8074241136a883 /boxfile.yml
parentf064cd4fb8057af04f0f1db6a98fc45935811e25 (diff)
parentad292792142a53fac05fac11e57ede103be2bdee (diff)
Merge pull request #1257 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'boxfile.yml')
-rw-r--r--boxfile.yml7
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: