Skip to content

Commit

Permalink
add to validator deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
badgersrus committed May 14, 2024
1 parent 6ba55d2 commit 98fe8d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/manual-deploy-testnet-validator.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 98fe8d6

Please sign in to comment.