Skip to content

Commit 12b0a21

Browse files
authored
Update README.md
1 parent f71bf3c commit 12b0a21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ docker push $(terraform output -raw ecr_repository_url):latest
117117
aws ecs update-service --cluster laravel-blog-cluster --service laravel-blog-service --force-new-deployment --region us-east-1
118118
```
119119

120-
## 🔧 Running Database Migrations
120+
## Running Database Migrations
121121

122122
Here's something I learned the hard way - you need to run migrations separately. Create a new ECS task with the same task definition and override the command in Container overrides:
123123

@@ -140,7 +140,7 @@ Here's something I learned the hard way - you need to run migrations separately.
140140
php artisan migrate
141141
```
142142

143-
## 🤖 Setting Up CI/CD
143+
## Setting Up CI/CD
144144

145145
I set up GitHub Actions to automatically deploy when I push code. Here's what you need to do:
146146

@@ -167,7 +167,7 @@ Once you set this up, every time you push to the main branch:
167167
- ✅ Updates ECS service
168168
- ✅ Zero downtime deployment!
169169

170-
## 🏗️ What Gets Created in AWS
170+
## What Gets Created in AWS
171171

172172
When you run Terraform, here's what you'll get:
173173

@@ -187,7 +187,7 @@ When you run Terraform, here's what you'll get:
187187
- Security groups that actually secure things
188188
- Encryption everywhere (RDS, Redis, Elasticsearch)
189189

190-
## 🎨 What the Blog Can Do
190+
## What the Blog Can Do
191191

192192
**For Users:**
193193
- Read blog posts with beautiful, responsive design
@@ -205,7 +205,7 @@ When you run Terraform, here's what you'll get:
205205
- Comprehensive error logging
206206
- Performance optimizations
207207

208-
## 🐳 Docker Development
208+
## Docker Development
209209

210210
Want to develop locally? I've got you covered:
211211

0 commit comments

Comments
 (0)