Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation authored Dec 4, 2024
1 parent d48b4b0 commit 4d0ceee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ jobs:
TF_VAR_eks_cluster_arn: arn:aws:eks:${{ matrix.region }}:509399595051:cluster/hydra-doom-dev-cluster
TF_VAR_hydra_scripts_tx_id: f41e346809f765fb161f060b3e40fac318c361f1be29bd2b827d46d765195e93 # TODO: Mainnet transaction id
TF_VAR_admin_addr: addr1v9gcjapuwl7gfnzhzg6svtj0ph3gxu8kyuadudmf0kzsksqcpg5xa
TF_VAR_frontend_image: ghcr.io/cardano-scaling/hydra-doom-frontend:sha-cab9903
TF_VAR_referee_image: ghcr.io/cardano-scaling/hydra-doom-referee:sha-cab9903 # latest?
TF_VAR_ai_image: ghcr.io/cardano-scaling/hydra-doom-ai:sha-cab9903 # latest?
TF_VAR_frontend_image: ghcr.io/cardano-scaling/hydra-doom-frontend:sha-31b80fd
TF_VAR_referee_image: ghcr.io/cardano-scaling/hydra-doom-referee:sha-31b80fd # latest?
TF_VAR_ai_image: ghcr.io/cardano-scaling/hydra-doom-ai:sha-31b80fd # latest?
TF_VAR_autoscaler_high_watermark: ${{ matrix.autoscaler_high_watermark }}
TF_VAR_autoscaler_low_watermark: ${{ matrix.autoscaler_low_watermark }}
TF_VAR_autoscaler_region_prefix: ${{ matrix.region_prefix }}
Expand Down

0 comments on commit 4d0ceee

Please sign in to comment.