Skip to content

Commit

Permalink
Merge pull request #7 from shamspias/dev
Browse files Browse the repository at this point in the history
fix: redis url end eof
  • Loading branch information
shamspias authored Dec 24, 2023
2 parents 1e3e0e1 + dd32a6a commit 4352d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Add environment variables to the .env file
echo "GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}" >> .env
echo "REDIS_URL=${{ secrets.REDIS_URL }} >> .env
echo "REDIS_URL=${{ secrets.REDIS_URL }}" >> .env
echo "MY_API_KEY=${{ secrets.MY_API_KEY }}" >> .env
echo "SYSTEM_INSTRUCTION=${{ secrets.SYSTEM_INSTRUCTION }}" >> .env
Expand Down

0 comments on commit 4352d6b

Please sign in to comment.