Running Angular SSR on Deno Deploy
I have an Angular application with SSR, and when I run it locally with Deno, it runs without any problem, but I don't know how to host my application in Deno Deploy.
To run Angular with SSR with Deno, I would have to do
deno task serve:ssr:<name>
How could I run that in Deno Deploy using Github Actions?
To run Angular with SSR with Deno, I would have to do
deno task serve:ssr:<name>
How could I run that in Deno Deploy using Github Actions?
