Skip to content

shgtkshruch/chronos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chronos

Build

$ COMPOSE_DOCKER_CLI_BUILD=1 docker-compose build

Dev

$ docker-compose up -d

AWS

Nginx

Build Nginx docker image, and push to ECR.

./scripts/ecr-nginx.sh

Copilot

Create AWS resources (ex. VPC, ALB, Farge, RDS) with AWS Copilot.

$ ./scripts/copilot-init.sh <env> <domain>

Admin service

Manual deploy admin endpoint service.

./scripts/copilot-admin-deploy.sh <env>

Switch maintenance

# turn on maintenance mode
$ copilot svc exec --app chronos --command 'bin/maintenance on'

# turn off maintenance mode
$ copilot svc exec --app chronos --command 'bin/maintenance off'

Cleaning

$ ./scripts/copilot-delete.sh

Deployment

Running a deployment workflow using GitHub CLI.

$ gh workflow run
? Select a workflow  [Use arrows to move, type to filter]
> Deploy service with AWS Copilot (deploy.yml)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published