You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
123
123
@@ -140,7 +140,7 @@ Here's something I learned the hard way - you need to run migrations separately.
140
140
php artisan migrate
141
141
```
142
142
143
-
## 🤖 Setting Up CI/CD
143
+
## Setting Up CI/CD
144
144
145
145
I set up GitHub Actions to automatically deploy when I push code. Here's what you need to do:
146
146
@@ -167,7 +167,7 @@ Once you set this up, every time you push to the main branch:
167
167
- ✅ Updates ECS service
168
168
- ✅ Zero downtime deployment!
169
169
170
-
## 🏗️ What Gets Created in AWS
170
+
## What Gets Created in AWS
171
171
172
172
When you run Terraform, here's what you'll get:
173
173
@@ -187,7 +187,7 @@ When you run Terraform, here's what you'll get:
0 commit comments