keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

Execute chain of workflows by manual triggering of upstream build #394

Closed michalinacienciala closed 3 years ago

michalinacienciala commented 3 years ago

This PR is part of a bigger work, spanning multiple repositories. The main purpose of the work is to automate the process of workflows` executions during product deployment, so that the workflows would be triggered in a particular logical order and at the correct moment. By that we mean:

To achieve the above requirements, following changes were introduced:

REF: https://github.com/keep-network/keep-core/pull/2453 https://github.com/keep-network/keep-ecdsa/pull/777 https://github.com/keep-network/tbtc/pull/791 https://github.com/keep-network/tbtc.js/pull/122

TODO: same things as mentioned in https://github.com/keep-network/keep-core/pull/2453