Skip to content

luminous42/Cloud-Deployment-Automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment automation on AWS using Jenkins CI/CD

project

Testing the project locally

  1. Clone this project
git clone https://github.com/verma-kunal/AWS-Session.git
  1. Setup the following environment variables - (.env) file
DOMAIN= "http:https://IP_ADDRESS:3000"
PORT=3000
STATIC_DIR="./client"

PUBLISHABLE_KEY="TEST_STRIPE_PUBLIC_API_KEY"
SECRET_KEY="TEST_STRIPE_SECRET_API_KEY"

Follow the steps mentioned in the guide to get your Stripe API keys for testing purposes.

  1. Initialise and start the project
npm install
npm run start

Tutorial

A detailed guide on how to build this project can be in the blog post.

About

AWS Deployment Automation using Jenkins CI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.3%
  • CSS 12.5%
  • JavaScript 2.7%
  • Dockerfile 0.5%