Skip to content

Commit

Permalink
Updated the project strcture, changes the behavior of the docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed Mar 5, 2024
1 parent 3ce6c47 commit 426c886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
echo EMAIL_PASSWORD=${{ secrets.EMAIL_PASSWORD }} >> .env
echo EMAIL_HOST=${{ secrets.EMAIL_HOST }} >> .env
echo ENV=${{ secrets.EMAIL_HOST }} >> .env
echo SERVER_DOMAIN_NAME=${{ secrets.SERVER_DOMAIN_NAME }} >> .env
echo CLIENT_DOMAIN_NAME=${{ secrets.CLIENT_DOMAIN_NAME }} >> .env
cat .env
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 426c886

Please sign in to comment.