Skip to content

Commit

Permalink
chore: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris committed Oct 10, 2024
1 parent e47ee41 commit c6a0631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_fe_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
context: ${{ github.workspace }}/${{ env.WORKING_DIR }}
dockerfile: ${{ github.workspace }}/${{ env.WORKING_DIR }}/${{ env.DOCKER_FILE }}
image_tags: "${{ github.sha }},${{ env.ENVIRONMENT }}"
build_args: "VITE_BACKEND_DOMAIN=https://${{ env.ENVIRONMENT }}.${{ env.DOMAIN_NAME }}, MODE=production"
build_args: "VITE_BACKEND_DOMAIN=https://${{ env.DOMAIN_NAME }}, MODE=production"

deploy-frontend:
needs: build-frontend
Expand Down

0 comments on commit c6a0631

Please sign in to comment.