Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Oct 9, 2023
1 parent e81cf45 commit cff373a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django_cd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
EMAIL_HOST_USER: ""
EMAIL_HOST_PASSWORD: ""
CORS_ORIGIN_WHITELIST: ${{ vars.CORS_ORIGIN_WHITELIST }}
REACT_APP_BASE_API_URL: ${{ vars.API_DEV }}
REACT_APP_BASE_API_URL: ${{ vars.REACT_APP_BASE_API_URL }}

jobs:
deploy:
Expand Down

0 comments on commit cff373a

Please sign in to comment.