Skip to content

Commit 0c8331c

Browse files
committed
Make Cloudinary setup step more robust with additional debugging
1 parent a5dd049 commit 0c8331c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
- name: Setup Cloudinary
6161
run: |
6262
cd backend
63+
echo "Checking Python version"
64+
python --version
65+
echo "Checking script exists"
66+
ls -la scripts/
67+
echo "Running Cloudinary setup"
6368
python scripts/setup_cloudinary.py --test-only
6469
6570
- name: Run database migrations

0 commit comments

Comments
 (0)