Skip to content

Commit

Permalink
Add env variable to deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Nov 9, 2023
1 parent 7a4ff9f commit 97b8d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
REACT_APP_API_URL: ${{ vars.REACT_APP_API_URL }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
ADS_SERVER_URL: ${{ vars.ADS_SERVER_URL }}

jobs:
docker_build_push:
Expand Down Expand Up @@ -61,7 +62,6 @@ jobs:
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
GOOGLE_CLIENT_SECRET: ${{ secrets.GOOGLE_CLIENT_SECRET }}
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }}
ADS_SERVER_URL: ${{ secrets.ADS_SERVER_URL }}
steps:
- uses: actions/checkout@v3
# This is to fix GIT not liking owner of the checkout dir - https://github.com/actions/runner/issues/2033#issuecomment-1204205989
Expand Down

0 comments on commit 97b8d06

Please sign in to comment.