$ kubectl get pods -n production --context=aws-eks-cluster
> NAME READY STATUS RESTARTS AGE
> web-app-7d8f6bc9f5-2jq4x 2/2 Running 0 3d
> api-gateway-5c7b8d4f8d-qw6lx 1/1 Running 0 3d
$ terraform plan -target=module.cdn
> Plan: 0 to add, 1 to change, 0 to destroy.
$ npm run test:security -- --ci --bail
> ✓ 187 security tests passed (3.4s)
$ docker-compose -f docker-compose.prod.yml exec app bundle exec rails db:migrate
> Migrating database (batch #42)...
$ make deploy-prod