Skip to content

Commit

Permalink
fix: Ensure environment variables are loaded in GitHub Actions workfl…
Browse files Browse the repository at this point in the history
…ow for deployment
  • Loading branch information
AhmedNassar7 committed Dec 18, 2024
1 parent 6b19013 commit 166e13c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
run: |
curl -fsSL https://render.com/static/cli/install.sh | bash
echo 'export PATH="$HOME/.render:$PATH"' >> $GITHUB_ENV
source $GITHUB_ENV # Ensure that the environment variables are loaded
- name: Deploy to Render
env:
Expand Down

0 comments on commit 166e13c

Please sign in to comment.