79693190

Date: 2025-07-07 17:03:18
Score: 1.5
Natty:
Report link

Step1:

How to deploy a simple NodeJS express project
Watch this video: https://www.youtube.com/watch?v=djh-Uznj6nE

----

Step 2:

How to handle NestJS specifics with Google Cloud App Engine:
This comment: https://stackoverflow.com/a/67372664/14819065

-------

Step 3:

CI/CD

The youtube video
And add this file

cloudbuild.yaml

**cloudbuild.yaml**

substitutions:
  _BRANCH_NAME: ${BRANCH_NAME}

steps:
  - name: 'gcr.io/cloud-builders/gcloud'
    args: ['app', 'deploy']

options:
  logging: CLOUD_LOGGING_ONLY
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (1): this video
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Omar Magdy