Add mix phx.digest call to CI (although not sure how useful it is
without webpack)
This commit is contained in:
parent
f0e08243d2
commit
b2d8d9c45f
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ tasks:
|
|||
CALL_CONTAINER_RUNTIME_AS_ROOT=1 LDAP_WAIT_LOOPS=100 MIX_ENV=test mix test
|
||||
- release: |
|
||||
cd management
|
||||
MIX_ENV=prod mix compile
|
||||
MIX_ENV=prod mix phx.digest
|
||||
MIX_ENV=prod mix release
|
||||
cd _build/prod
|
||||
tar cvzf rel.tar.gz rel/
|
||||
|
|
Loading…
Reference in a new issue