Skip to content

Commit

Permalink
Update env var for collab service
Browse files Browse the repository at this point in the history
  • Loading branch information
iynixil committed Nov 11, 2024
1 parent 866e307 commit c83baa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ jobs:
echo API_GATEWAY_URL=${{ secrets.REACT_APP_API_GATEWAY_URL }} >> .env
echo PRIVATE_KEY=${{ secrets.PRIVATE_KEY }} >> .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
echo REACT_APP_RAPID_API_HOST=${{ secrets.REACT_APP_RAPID_API_HOST }} >> .env
echo REACT_APP_RAPID_API_KEY=${{ secrets.REACT_APP_RAPID_API_KEY }} >> .env
echo REACT_APP_RAPID_API_URL=${{ secrets.REACT_APP_RAPID_API_URL }} >> .env
- name: Generate Collaboration Service deployment package
run: zip -r collaboration-service.zip .env config controller handler routes service index.js package.json
Expand Down

0 comments on commit c83baa4

Please sign in to comment.