From 98fe8d62d0b2d50ecff4dcb4143f1d2b3b7a4b9c Mon Sep 17 00:00:00 2001 From: Will Hester Date: Tue, 14 May 2024 16:03:13 +0100 Subject: [PATCH] add to validator deploy --- .github/workflows/manual-deploy-testnet-validator.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manual-deploy-testnet-validator.yml b/.github/workflows/manual-deploy-testnet-validator.yml index cc2222787a..6f2fbb6520 100644 --- a/.github/workflows/manual-deploy-testnet-validator.yml +++ b/.github/workflows/manual-deploy-testnet-validator.yml @@ -1,4 +1,4 @@ -# Deploys an Ten validator on Azure for Testnet +# Deploys a Ten validator on Azure for Testnet # # This script uses GitHub Environments for variables (vars) and secrets - these are configured on GitHub and # the environments match the input.testnet_type options @@ -186,6 +186,7 @@ jobs: -max_batch_interval=${{ vars.L2_MAX_BATCH_INTERVAL }} \ -rollup_interval=${{ vars.L2_ROLLUP_INTERVAL }} \ -l1_chain_id=${{ vars.L1_CHAIN_ID }} \ + -postgres_db_host=postgres://tenuser:${{ secrets.TEN_POSTGRES_USER_PWD }}@postgres-ten-${{ github.event.inputs.testnet_type }}.postgres.database.azure.com:5432/ \ start'