Skip to content

Commit

Permalink
Added action to build and push to ECR
Browse files Browse the repository at this point in the history
  • Loading branch information
forkimenjeckayang committed Jun 20, 2024
1 parent 40c94b7 commit 1bb6e38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create_RDS_No_Console.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:

- name: Create RDS DB instance
run: |
aws rds create-db-instance --db-instance-identifier Database5 --db-instance-class db.t3.micro --engine postgres --db-name my_postgres_db --allocated-storage 20 --port 5432 --master-username dbadmin --master-user-password admin12345 --publicly-accessible
aws rds create-db-instance --db-instance-identifier Database3 --db-instance-class db.t3.micro --engine postgres --db-name my_postgres_db --allocated-storage 20 --port 5432 --master-username dbadmin --master-user-password admin12345 --publicly-accessible
- name: Wait for DB instance to be available
run: |
aws rds wait db-instance-available --db-instance-identifier Database5
aws rds wait db-instance-available --db-instance-identifier Database3

0 comments on commit 1bb6e38

Please sign in to comment.