I am trying to find the proper task to run in a Github Actions step for testing, building and releasing an app (and at best deploying the wasm webapp in GCE eg). Is there documentation for the gradle tasks available for a compose app? There's a sheer number of available tasks and some throw exceptions when executed (like
No problems. The only thing I would like to ask you is, as soon as you have a work version of such an action, please share it as a gist here.
I really want to extend the template I shared with multiple options for deploying to different services.
f
Florin
02/15/2024, 4:23 PM
I’ll do
🙏 1
Florin
02/28/2024, 7:44 AM
short update: I have used @Artem Kobzar’s example action to create a Docker image using the Dockerfile:
Copy code
FROM nginx
COPY ./composeApp/build/dist/wasmJs/productionExecutable /usr/share/nginx/html
then push the resulting image to GCE followed by regular deployment using it