Skip to content

Commit 095ec97

Browse files
Merge pull request #209 from Houssien-Zeineddine/docker-and-pipeline
seeding database from pipeline
2 parents 439871e + 2242f7b commit 095ec97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
fi
200200
201201
# Run migrations
202-
docker exec $BACKEND_CONTAINER php artisan migrate:fresh --force
202+
docker exec $BACKEND_CONTAINER php artisan migrate:fresh --seed --force
203203
204204
# If fails, show error logs
205205
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)