GithubHelp home page GithubHelp logo

ci-cd's Introduction

This is a sample project to demonstrate the CI/CD pipeline using Nx

This uses github actions to deploy the app to AWS ECS

Pre-requisites:

  • AWS account and User (Access key and Secret key)
  • AWS ECR repository created
  • AWS ECS cluster created
  • AWS ECS task definition created
  • AWS ECS service created

Once you have setup the above, you can follow the steps below to setup the CI/CD pipeline Change the following in the .github/workflows/main.yml file according to your setup

  • AWS_REGION
  • ECR_REPOSITORY
  • ECS_SERVICE
  • ECS_CLUSTER
  • ECS_TASK_DEFINITION
  • CONTAINER_NAME

Also go to repository settings and add the following secrets in action secrets.

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

Once this is done, you can push the code to the main branch and the pipeline will be triggered.

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Start the app

To start the development server run nx serve ci-cd. Open your browser and navigate to http://localhost:4200/. Happy coding!

To Build the bundle

Run npx nx run ci-cd:build and the bundle will be created in the dist folder Learn more about Nx generators on the docs.

ci-cd's People

Contributors

pavanrkadave avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.