Skip to content

Commit

Permalink
linter added to the aws.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
bighneshpati committed Mar 27, 2022
1 parent fa0fe2c commit 270920d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# See the documentation for each action used below for the recommended IAM policies for this IAM user,
# and best practices on handling the access key credentials.

name: Deploy to Amazon ECS
name: Lint and Deploy to Amazon ECS

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# OpsLyft Asssignment for Internship

Develop a simple CI/CD pipeline which builds a docker container and runs it on AWS ECS which is configured for autoscaling and load-balancing.
Developed a simple CI/CD pipeline which builds a docker container ,lint the code and runs it on AWS ECS which is configured for autoscaling and load-balancing.

Here app.py is the flask Application which has to be deployed in the AWS ECS server.

Expand Down

0 comments on commit 270920d

Please sign in to comment.