lunatic-solutions / lunatic

Lunatic is an Erlang-inspired runtime for WebAssembly
https://lunatic.solutions
Apache License 2.0
4.62k stars 138 forks source link

Fix deploy flow create app instance #213

Closed kosticmarin closed 1 year ago

kosticmarin commented 1 year ago

Noticed we were missing one more API call in deploy command. We would upload the new wasm but when calling env start the old wasm would be started since we are starting latest app_instances not app_versions. :sweat_smile: