Updating the app is really painful because every time the deployment needs a complete re-building of the whole project.
The CI should be able to build the latest docker image and publish it to docker.io so it can be pulled by others for deployment.
For this to work, I still need to figure out how to load the API_URL environment variable at runtime. It needs to be loaded in the server part of perseus and not in the wasm bundle.
Updating the app is really painful because every time the deployment needs a complete re-building of the whole project.
The CI should be able to build the latest docker image and publish it to docker.io so it can be pulled by others for deployment.
For this to work, I still need to figure out how to load the API_URL environment variable at runtime. It needs to be loaded in the server part of perseus and not in the wasm bundle.
Updating the app is really painful because every time the deployment needs a complete re-building of the whole project.
The CI should be able to build the latest docker image and publish it to docker.io so it can be pulled by others for deployment.
For this to work, I still need to figure out how to load the API_URL environment variable at runtime. It needs to be loaded in the server part of perseus and not in the wasm bundle.