Deploying Nuxt to AWS Amplify from private repo / zip file
I've set up my app to have nitro generate a .amplify-hosting/ directory, which I zip up and then upload to an AWS Amplify app, but it just serves static files and doesn't set up a server. Perhaps this is more of an Amplify question than a Nuxt question, but just wondering if someone has set up Amplify this way before?
4 Replies
Maybe @mauerbac has some knowledge?
Maybe I can't deploy from zip? That would suck.
ah, our manual deploys doesnt support SSR right now
We are actually working on that feature
but you'd have to push it to a git repo then use the CI/CD git flow
Ah, ok. Thanks for the info. Hopefully that comes soon!