Deploying node, react apps to ionos cloud

From Logic Wiki
Revision as of 09:36, 9 May 2024 by AliIybar (Talk | contribs) (Created page with "Category:Hosting Category:Node.js Category:CICD Category:NGinx Category:LetsEncrypt == Plan == * install nginx to cloud * create site in nginx * manually...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Plan

  • install nginx to cloud
  • create site in nginx
  • manually deploy typescript node app after build
  • install let's encrypt
  • Test node app in SSL
  • Create github action to deploy site from main branch
  • Create github action to deploy site to Azure WebApps from develop branch
  • Decide where to keep database
  • test deployment end to end
  • repat steps for the react app

Action

Install nginx