Skip to content

Commit

Permalink
Added env var
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Nov 16, 2023
1 parent 6c09af0 commit c574c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django_cd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ env:
EMAIL_HOST_PASSWORD: ${{ vars.EMAIL_HOST_PASSWORD }}
CORS_ORIGIN_WHITELIST: ${{ vars.CORS_ORIGIN_WHITELIST }}
REACT_APP_BASE_API_URL: ${{ vars.REACT_APP_BASE_API_URL }}
REACT_APP_PUBLIC_URL: ${{ vars.REACT_APP_PUBLIC_URL }}

jobs:
deploy:
Expand Down

1 comment on commit c574c4a

@BelousSofiya
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, can you have a look at my PR please? I know you don't have enough time to understand the structure of our project in detail, so I changed the docker containers from the cicd branch a bit to make this structure work with our project. #307

Please sign in to comment.