fix config
This commit is contained in:
parent
5dfd11f31e
commit
031a9020f4
4 changed files with 1 additions and 4 deletions
|
@ -12,7 +12,6 @@
|
||||||
- `mix assets.deploy`
|
- `mix assets.deploy`
|
||||||
- `cd ../eisrom_firmware`
|
- `cd ../eisrom_firmware`
|
||||||
- `export MIX_TARGET=rpi2`
|
- `export MIX_TARGET=rpi2`
|
||||||
- `export MIX_ENV=prod`
|
|
||||||
- `mix deps.get`
|
- `mix deps.get`
|
||||||
- `mix firmware`
|
- `mix firmware`
|
||||||
- `mix firmware.burn`
|
- `mix firmware.burn`
|
||||||
|
|
|
@ -33,3 +33,4 @@ else
|
||||||
end
|
end
|
||||||
|
|
||||||
import_config "secrets.exs"
|
import_config "secrets.exs"
|
||||||
|
import_config "../../eisrom_ui/config/config.exs"
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import Config
|
import Config
|
||||||
|
|
||||||
# Add configuration that is only needed when running on the host here.
|
# Add configuration that is only needed when running on the host here.
|
||||||
import_config "../../eisrom_ui/config/dev.exs"
|
|
||||||
|
|
|
@ -89,5 +89,3 @@ config :mdns_lite,
|
||||||
# Uncomment to use target specific configurations
|
# Uncomment to use target specific configurations
|
||||||
|
|
||||||
# import_config "#{Mix.target()}.exs"
|
# import_config "#{Mix.target()}.exs"
|
||||||
|
|
||||||
import_config "../../eisrom_ui/config/prod.exs"
|
|
||||||
|
|
Loading…
Reference in a new issue