The project is about searching restaurant quota.
make ecr-login
make build
make push
aws s3 cp s3://eztable-env/akuma/task-definition.json /your-custom-path/
vim /your-custom-path/task-definition.json
aws s3 cp /your-custom-path/task-definition.json s3://eztable-env/akuma/
aws ecs register-task-definition --cli-input-json file:///your-custom-path/task-definition.json
([slack]/ecs-deploy k7p)
# Please download env files from s3
aws s3 cp s3://eztable-env/quota/.env.dev ./config/
aws s3 cp s3://eztable-env/quota/.env ./config/
aws s3 cp s3://eztable-env/quota/secrets.yml ./config/
aws s3 cp s3://eztable-env/quota/pubsub.json ./config/
aws s3 cp s3://eztable-env/quota/Makefile .
[slack]/ecs-deploy k7p
npm run start
- development: summon -p gopass -f ./config/secrets.yml -e dev npm run start
- production: summon -p gopass -f ./config/secrets.yml -e prod npm run start
- development: ./up_dev.sh
- production: ./up.sh
Content type
Image
Digest
sha256:95a40970b…
Size
87.4 MB
Last updated
about 4 years ago
docker pull eztable/quota_lite