Skip to content

Commit

Permalink
Update stage deploy workflow IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Aug 7, 2024
1 parent 3699526 commit b19ffe7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stage-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b19ffe7

Please sign in to comment.