Skip to content

Commit 7c1cfdc

Browse files
committed
Add terraform
Signed-off-by: haroldsphinx <adedayoakinpelu@gmail.com>
1 parent e9312a7 commit 7c1cfdc

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,18 @@ Here is a high-level view of the architecture:
3535
The Makefile includes the commands to lint, test, build the Docker image, and push the image to Docker Hub.
3636

3737
```shell
38-
make lint # Run lint
39-
make test # Run tests
40-
make docker-build # Build Docker image
41-
make docker-push # Push Docker image
42-
make install-dependencies # Install dependencies
43-
make deploy # Deploy to AWS ECS Fargate
38+
# Run lint
39+
make lint
40+
# Run tests
41+
make test
42+
# Build Docker image
43+
make docker-build
44+
# Push Docker image
45+
make docker-push
46+
# Install dependencies
47+
make install-dependencies
48+
# Deploy to AWS ECS Fargate
49+
make deploy
4450
```
4551

4652
## Continuous Integration and Deployment

0 commit comments

Comments
 (0)