Hello, is there a tuto on how to deploy a producti...
# compose-web
r
Hello, is there a tuto on how to deploy a production kotin
wasm
website ? Or any recommendation ?
m
Check this article, you can apply the same approach with any other cloud provider. https://medium.com/@mohamadrejeb/deploy-your-compose-web-app-for-free-with-netlify-1ae3c780176e
r
That is for js target, I have a
wasm
target
m
Yes it’s the same, just the task name will be different, instead of jsBrowserDist… it will be wasmJsBrowserDist..
r
Hum ok, but you still need Netlify. I would like a own thing
m
You can put the same files on github or any other server.
You can even try running a local server and put the files there it should work.
r
Ok, thank's