Skip to content

Commit

Permalink
running seeding command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Delyc committed Dec 19, 2024
1 parent b0fd527 commit 86d3f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
# Get the backend pod name dynamically
BACKEND_POD=$(kubectl get pods -l app=mpm-backend -o jsonpath='{.items[0].metadata.name}')
echo "Backend pod: $BACKEND_POD"

Check failure on line 42 in .github/workflows/release-publish-cluster.yaml

View workflow job for this annotation

GitHub Actions / Run yamllint

42:43 [trailing-spaces] trailing spaces
# Run the commands in sequence in the backend pod
kubectl exec $BACKEND_POD -- php artisan migrate-tenant:drop-demo-company
kubectl exec $BACKEND_POD -- php artisan migrate:fresh --seed

0 comments on commit 86d3f6b

Please sign in to comment.