Skip to content

Commit

Permalink
Test all deployment 5
Browse files Browse the repository at this point in the history
  • Loading branch information
iynixil committed Nov 11, 2024
1 parent 657cd7d commit 63c37da
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 @@ -115,7 +115,7 @@ jobs:
touch .env
echo API_GATEWAY_URL=${{ secrets.REACT_APP_API_GATEWAY_URL }} >> .env
echo PRIVATE_KEY=${{ secrets.PRIVATE_KEY }} >> .env
echo URL_QUESTION_SERVICE=${{ secrets.URL_QUESTION_SERVICE }} >> .env
echo URL_QUESTION_SERVICE=${{ secrets.QUESTION_SERVICE_URL }} >> .env
echo RAPID_API_HOST=${{ secrets.RAPID_API_HOST }} >> .env
echo RAPID_API_KEY=${{ secrets.RAPID_API_KEY }} >> .env
echo RAPID_API_URL=${{ secrets.RAPID_API_URL }} >> .env
Expand Down

0 comments on commit 63c37da

Please sign in to comment.