/circlci-s3deploy-example

CircleCI Setting Example for Build and deploy to AWS S3

S3 deploy with CircleCI Example

Step 1. Setting AWS Key & Secret

CircleCI > Project Settings > Environment > Add Variable

image

Add 2 variables AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY

image

Step 2. Replace S3 bucket endpoint

Replace example.com to yourbucket.com on .circleci/config.yml

How to deploy

branch deploy env
develop develop
master staging
production production