Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 951 Bytes

deploy-aws-app-runner.md

File metadata and controls

35 lines (22 loc) · 951 Bytes

🌐 CIRCUIT ON (Backend)

☁ Using AWS App Runner

  1. Login into your AWS Account and setup the new application

  2. Follow the simple steps provided by the wizard on the screen

  3. You can config as automatic deployment, then when a pull request is approved, it automatically triggers a new deployment for the latest code version

    AWS App Runner Configuration tab

  4. Set the Build Settings as below:

  • Build command:

      npm install && npm run build
  • Start command:

      npm run start:prod
  • Port:

      3000

At the Service Settings section Environment Variables, add each variable as mentioned on file .env.example

📝 Docs and external resources: