Skip to content

Commit

Permalink
Merge pull request #12 from shamspias/dev
Browse files Browse the repository at this point in the history
fix: env variables
  • Loading branch information
shamspias committed Dec 25, 2023
2 parents 396f654 + 941ed0a commit eb189a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
pip install -r requirements.txt
# Add environment variables to the .env file
# remove the old .env file
sudo rm -f .env
echo "GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}" >> .env
echo "REDIS_URL=${{ secrets.REDIS_URL }}" >> .env
echo "MY_API_KEY=${{ secrets.MY_API_KEY }}" >> .env
Expand Down

0 comments on commit eb189a5

Please sign in to comment.