Skip to content

Commit

Permalink
Pass expected announce IP to gauge
Browse files Browse the repository at this point in the history
  • Loading branch information
ckcr4lyf committed May 17, 2023
1 parent c4d2f41 commit 3bc5b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,5 @@ jobs:
uses: docker://ghcr.io/ckcr4lyf/kiryuu-gauge:master
env:
KIRYUU_HOST: http://172.17.0.1:6969
REDIS_HOST: redis://172.17.0.1:6379
REDIS_HOST: redis://172.17.0.1:6379
ANNOUNCE_IP_PORT: AC120003115C #172.18.0.3:4444 <- This is the IP kiryuu will see the announce come from, so what we need to hardcode in redis via Gauge

0 comments on commit 3bc5b6c

Please sign in to comment.