Skip to content

Commit 597f4dc

Browse files
authored
Merge pull request #50 from codersforcauses/issue/NOISSUE-fix-up-the-url-link
Fix up frontend reference in the deployment
2 parents e2668c2 + 52a1a31 commit 597f4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cache-to: type=gha,mode=max
4343
platforms: linux/amd64,linux/arm64
4444
build-args: |
45-
NEXT_PUBLIC_BACKEND_URL="/api"
45+
NEXT_PUBLIC_BACKEND_URL=/api
4646
- name: Output client image name
4747
if: github.event_name != 'pull_request'
4848
run: |

0 commit comments

Comments
 (0)