Utilyre
Utilyre
TTCTheo's Typesafe Cult
Created by Iker on 2/21/2025 in #questions
Dynamic pages issue on server pages
Maybe also bring up docker in the conversation too. If you manage to set it up on the server, you'll pretty much be able to run anything there, including a next app. See https://nextjs.org/docs/pages/building-your-application/deploying#docker-image (i suggest reading through the whole page if you got time)
5 replies
TTCTheo's Typesafe Cult
Created by Sameer on 2/21/2025 in #questions
How to create a GitHub Action that upload assets to a existing/new release?
Oh sorry 😁
9 replies
TTCTheo's Typesafe Cult
Created by Sameer on 2/21/2025 in #questions
How to create a GitHub Action that upload assets to a existing/new release?
It builds go code but you can adjust it to build c# code
9 replies
TTCTheo's Typesafe Cult
Created by Sameer on 2/21/2025 in #questions
How to create a GitHub Action that upload assets to a existing/new release?
Feel free to copy paste from the CD workflow i wrote a while ago for creating github releases with changelog, parallel builds, etc https://github.com/utilyre/summer/blob/main/.github/workflows/cd.yaml
9 replies
TTCTheo's Typesafe Cult
Created by Sameer on 2/21/2025 in #questions
How to create a GitHub Action that upload assets to a existing/new release?
You can use this github action to create a new release with assets https://github.com/softprops/action-gh-release
9 replies
TTCTheo's Typesafe Cult
Created by Iker on 2/21/2025 in #questions
Dynamic pages issue on server pages
Hey Iket, I'd love to help you troubleshoot this. Just need a bit more info to understand what's going on 1. What kind of hosting plan is the organization using? (Shared, vps, or dedicated server) 2. Have you checked whether the hosting provider officially supports nodejs? 3. Are you running the nodejs app manually or do you expect it to start automatically? 4. Where exactly did you place the javascript files on the server? Let me know what you find and we'll figure it out together xD
5 replies