We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299b8e7 commit f7eea4aCopy full SHA for f7eea4a
.github/workflows/django_ci_cd.yml
@@ -53,6 +53,7 @@ jobs:
53
echo "CLOUDINARY_API_SECRET=${{ secrets.CLOUDINARY_API_SECRET }}" >> .env
54
shell: bash
55
56
+ # Applying migrations
57
- name: Run Migrations
58
run: python manage.py migrate
59
0 commit comments