Skip to content

Commit

Permalink
Some more improvements to the umbrella (#354)
Browse files Browse the repository at this point in the history
* Add default release for umbrella

* Move configs to umbrella config

* Setup esbuild and tailwind for umbrella

* Formatting

* Fix entrypoint for new umbrella release

---------

Co-authored-by: Manuel Camejo <[email protected]>
  • Loading branch information
AminArria and manucamejo authored Mar 8, 2024
1 parent 328debc commit 1b55cc7
Show file tree
Hide file tree
Showing 29 changed files with 652 additions and 45,457 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# The directory Mix will write compiled artifacts to.
/_build/
/target/

# If you run "mix test --cover", coverage assets end up here.
/cover/
Expand All @@ -24,5 +25,11 @@ erl_crash.dump

apps/*/_build/*

# Ignore assets that are produced by build tools.
/apps/*/priv/static/assets/

# Ignore digested assets cache.
/apps/*/priv/static/cache_manifest.json

# Devenv build folder
.devenv*
50 changes: 0 additions & 50 deletions apps/arena/config/config.exs

This file was deleted.

68 changes: 0 additions & 68 deletions apps/arena/config/dev.exs

This file was deleted.

20 changes: 0 additions & 20 deletions apps/arena/config/prod.exs

This file was deleted.

112 changes: 0 additions & 112 deletions apps/arena/config/runtime.exs

This file was deleted.

20 changes: 0 additions & 20 deletions apps/arena/config/test.exs

This file was deleted.

2 changes: 1 addition & 1 deletion apps/arena/devops/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
set -ex

$HOME/mirra_backend/apps/arena/_build/prod/rel/arena/bin/arena start
$HOME/mirra_backend/_build/prod/rel/arena/bin/arena start
20 changes: 0 additions & 20 deletions apps/champions/config/config.exs

This file was deleted.

4 changes: 0 additions & 4 deletions apps/champions/config/dev.exs

This file was deleted.

4 changes: 0 additions & 4 deletions apps/champions/config/test.exs

This file was deleted.

27 changes: 0 additions & 27 deletions apps/game_backend/config/config.exs

This file was deleted.

11 changes: 0 additions & 11 deletions apps/game_backend/config/dev.exs

This file was deleted.

17 changes: 0 additions & 17 deletions apps/game_backend/config/test.exs

This file was deleted.

Loading

0 comments on commit 1b55cc7

Please sign in to comment.