From b19ffe7479ae380e9659c8a91ad07469599ea758 Mon Sep 17 00:00:00 2001 From: kanshi <46557+kanshi@users.noreply.github.com> Date: Wed, 7 Aug 2024 15:08:32 +0200 Subject: [PATCH] Update stage deploy workflow IPs --- .github/workflows/stage-build-and-deploy.yml | 6 +++--- .github/workflows/stage-deploy.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/stage-build-and-deploy.yml b/.github/workflows/stage-build-and-deploy.yml index dc89ed9eaa..760ec7e2b9 100644 --- a/.github/workflows/stage-build-and-deploy.yml +++ b/.github/workflows/stage-build-and-deploy.yml @@ -9,9 +9,9 @@ on: env: image-name: ghcr.io/ator-development/ator-protocol-stage image-tag: ${{ github.sha }} - da-1-hc-url: http://49.13.145.234:9130/tor/status-vote/current/consensus - da-2-hc-url: http://5.161.108.187:9130/tor/status-vote/current/consensus - da-3-hc-url: http://5.78.90.106:9130/tor/status-vote/current/consensus + da-1-hc-url: http://88.99.219.105:9130/tor/status-vote/current/consensus + da-2-hc-url: http://176.9.29.53:9130/tor/status-vote/current/consensus + da-3-hc-url: http://95.216.32.105:9130/tor/status-vote/current/consensus jobs: build-and-push: diff --git a/.github/workflows/stage-deploy.yml b/.github/workflows/stage-deploy.yml index 15460129e5..54d7201977 100644 --- a/.github/workflows/stage-deploy.yml +++ b/.github/workflows/stage-deploy.yml @@ -7,9 +7,9 @@ on: env: image-name: ghcr.io/ator-development/ator-protocol-stage image-tag: ${{ github.event_name == 'workflow_call' && 'latest' || github.sha }} - da-1-hc-url: http://49.13.145.234:9130/tor/status-vote/current/consensus - da-2-hc-url: http://5.161.108.187:9130/tor/status-vote/current/consensus - da-3-hc-url: http://5.78.90.106:9130/tor/status-vote/current/consensus + da-1-hc-url: http://88.99.219.105:9130/tor/status-vote/current/consensus + da-2-hc-url: http://176.9.29.53:9130/tor/status-vote/current/consensus + da-3-hc-url: http://95.216.32.105:9130/tor/status-vote/current/consensus jobs: push: