Skip to content

Commit

Permalink
Fix domain name in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Dec 1, 2024
1 parent ea48798 commit 898616a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
echo NEXTAUTH_SECRET=${{ secrets.NEXTAUTH_SECRET }} >> .env
# Add env variable to .env.production
echo NEXT_PUBLIC_API_URL=http://${{ env.DNS_SERVER }}/backend >> .env.production
echo NEXT_PUBLIC_API_URL=https://${{ inputs.domain_name }}/backend >> .env.production
- name: Build and push frontend image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 898616a

Please sign in to comment.