Skip to content

Commit 3d39983

Browse files
committed
update
1 parent 0829da9 commit 3d39983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Change backend stream NGINX config
6464
run: |
65-
sed -i '' 's/backend:4000/${{ steps.deploy-cloud-run-back.outputs.url }}/g' nginx.conf
65+
sed -i 's|backend:4000|${{ steps.deploy-cloud-run-back.outputs.url }}|g' nginx.conf
6666
6767
- name: Build and push Docker image Frontend
6868
id: build-push-front

0 commit comments

Comments
 (0)