I've developed an app on Windows machine and I need to deploy it to Ubuntu 18.04 server. The tools I'd like to use are distillery and edeliver.
So can I just build the release with distillery on my Windows machine or should I build it on the machine with the same CPU architecture and Ubuntu 18.04 as the future production machine will be, for example create Virtualbox Ubuntu guest machine, share my app's project folder between Windows host machine and guest machine and build release on Ubuntu guest machine?
If someone develop elixir apps on Windows can you share steps of your deployment procedure?