Skip to content

Commit

Permalink
FEATURE: Run themes:update before assets:precompile (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
udan11 committed Nov 16, 2020
1 parent 86b9032 commit 308dbfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/web.template.yml
Expand Up @@ -169,7 +169,8 @@ run:
cd: $home
hook: assets_precompile
cmd:
- su discourse -c 'bundle exec rake assets:precompile'
- su discourse -c 'bundle exec rake themes:update assets:precompile'

- file:
path: /usr/local/bin/discourse
chmod: +x
Expand Down

0 comments on commit 308dbfe

Please sign in to comment.