Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed May 23, 2024
1 parent bbaa579 commit 9c94e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,5 @@ jobs:
--host=0.0.0.0 --port=80 --portWS=81 --nodeHost=${{ vars.L2_RPC_URL_VALIDATOR }} --verbose=true \
--logPath=sys_out --dbType=mariaDB --dbConnectionURL="obscurouser:${{ secrets.OBSCURO_GATEWAY_MARIADB_USER_PWD }}@tcp(obscurogateway-mariadb-${{ github.event.inputs.testnet_type }}.uksouth.cloudapp.azure.com:3306)/ogdb"
echo "Script execution completed"
echo "Script execution completed"
'

0 comments on commit 9c94e0b

Please sign in to comment.