0.0.3 • Published 10 years ago
deploy-ecs v0.0.3
deploy-ecs
Deploy images to ECS.
import deployEcs from 'deploy-ecs';
deployEcs({
cluster: 'my-cluster',
service: 'my-service',
images: ['nginx:123', 'myapp:456']
}).then(...).catch(...);Deploy images to ECS.
import deployEcs from 'deploy-ecs';
deployEcs({
cluster: 'my-cluster',
service: 'my-service',
images: ['nginx:123', 'myapp:456']
}).then(...).catch(...);