Skip to content

Commit

Permalink
Add terraform
Browse files Browse the repository at this point in the history
Signed-off-by: haroldsphinx <[email protected]>
  • Loading branch information
haroldsphinx committed Apr 12, 2024
1 parent e9312a7 commit 7c1cfdc
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,18 @@ Here is a high-level view of the architecture:
The Makefile includes the commands to lint, test, build the Docker image, and push the image to Docker Hub.

```shell
make lint # Run lint
make test # Run tests
make docker-build # Build Docker image
make docker-push # Push Docker image
make install-dependencies # Install dependencies
make deploy # Deploy to AWS ECS Fargate
# Run lint
make lint
# Run tests
make test
# Build Docker image
make docker-build
# Push Docker image
make docker-push
# Install dependencies
make install-dependencies
# Deploy to AWS ECS Fargate
make deploy
```

## Continuous Integration and Deployment
Expand Down

0 comments on commit 7c1cfdc

Please sign in to comment.