fix config

This commit is contained in:
Pim Kunis 2022-10-12 20:40:47 +02:00
parent 5dfd11f31e
commit 031a9020f4
4 changed files with 1 additions and 4 deletions

View file

@ -12,7 +12,6 @@
- `mix assets.deploy`
- `cd ../eisrom_firmware`
- `export MIX_TARGET=rpi2`
- `export MIX_ENV=prod`
- `mix deps.get`
- `mix firmware`
- `mix firmware.burn`

View file

@ -33,3 +33,4 @@ else
end
import_config "secrets.exs"
import_config "../../eisrom_ui/config/config.exs"

View file

@ -1,4 +1,3 @@
import Config
# Add configuration that is only needed when running on the host here.
import_config "../../eisrom_ui/config/dev.exs"

View file

@ -89,5 +89,3 @@ config :mdns_lite,
# Uncomment to use target specific configurations
# import_config "#{Mix.target()}.exs"
import_config "../../eisrom_ui/config/prod.exs"