Skip to content

Commit

Permalink
Fix the load-balancer IP address, now that we changed the GCP project…
Browse files Browse the repository at this point in the history
…s. (#97)
  • Loading branch information
spetrovic77 authored Sep 11, 2023
1 parent 0a09aad commit 4e20763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# TODO(spetrovic): use the hostname directly once we change the DNS
# records to point to the IP address below.
run: |
timeout ${{ env.WAIT_TIMEOUT }} /bin/sh -c 'while true; do wget -O- -T 10 --header "Host: echo.serviceweaver.dev" http://34.36.121.96:80?s=${{env.VERSION}} && break; sleep 15; done'
timeout ${{ env.WAIT_TIMEOUT }} /bin/sh -c 'while true; do wget -O- -T 10 --header "Host: echo.serviceweaver.dev" http://34.36.161.250:80?s=${{env.VERSION}} && break; sleep 15; done'
- name: Cleanup the echo app
if: always()
Expand Down

0 comments on commit 4e20763

Please sign in to comment.