@carforyou/deploy
v1.0.52
Published
CAR FOR YOU deployment
Downloads
108
Readme
CAR FOR YOU deployment
Interactive deployment script for emergency deployments and rollbacks from your local machine.
Usage
npm install @carforyou/deploy
npx cfy-deploy
On CI, use platform/bob-the-builder
directly.
Prerequisites
You need to have docker installed and have access to AWS
brew install awscli
aws configure
Use the AWS IAM kops user credentials in 1password
Development
npm run build
You can link your local npm package to integrate it with any local project:
cd carforyou-deploy-pkg
npm run build
cd carforyou-listings-web
npm link ../carforyou-deploy-pkg
Release a new version
New versions are released on the ci using semantic-release as soon as you merge into master. Please make sure your merge commit message adheres to the corresponding conventions.