Skip to content

Commit

Permalink
Merge pull request #174 from b2b-marketplace/fix/frontend_env_variables
Browse files Browse the repository at this point in the history
added front env variables to deploy_stage workflow
  • Loading branch information
Ivan-Skvortsov authored Oct 22, 2023
2 parents 07a8031 + 5898f37 commit 21fd514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
echo EMAIL_HOST_USER=$'${{ secrets.EMAIL_HOST_USER }}' >> infra/.env
echo EMAIL_HOST_PASSWORD=$'${{ secrets.EMAIL_HOST_PASSWORD }}' >> infra/.env
echo REACT_APP_API_URL=$'${{ secrets.REACT_APP_API_URL }}' >> infra/.env
echo REACT_APP_GEOLOCATION_API_URL=$'${{ secrets.REACT_APP_GEOLOCATION_API_URL }}' >> infra/.env
echo ${{ secrets.REGISTRY_PAT }} | docker login ${{ env.REGISTRY }} -u ${{ secrets.REGISTRY_USERNAME }} --password-stdin
docker image prune -f
Expand Down

0 comments on commit 21fd514

Please sign in to comment.