Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.01 KB

google-cloud-app-engine

To deploy CI/CD on App Engine


List of steps

The pipeline is deployed on Google App Engine(Flex) for deployment. The application uses the following resources on Google Cloud Platform:

The application uses the following resources on Google Cloud Platform:

  1. App Engine (Flexible)

  2. Cloud Build

  3. Google Container Registry

  4. Google Source Code Repositories

  5. Cloud Build Triggers


Deployment

Create the source code repository

gcloud source repos create [REPOSITORY_NAME]

Clone the cloud repository on your local

gcloud source repos clone [REPOSITORY_NAME] --project [PROJECT_ID]

Create a Cloud Build Trigger through the console

- In source repository configure the repository which is cloned to the local
- In the configurations file, select the cloudbuild.yaml file
- Select the branch to automate the deployment process on pushing to that branch

Push the code to the respective branch and the app engine service gets available