ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
432 stars 117 forks source link

feat(ci): add GHA for baremetal deployment #4280

Closed haikoschol closed 3 weeks ago

haikoschol commented 4 weeks ago

Changes

Add a GitHub Action for dispatching deployment on baremetal nodes to the infra repository.

haikoschol commented 4 weeks ago

Is there any way to test it before merge?

According to the documentation:

To trigger the workflow_dispatch event, your workflow must be in the default branch.

It might be possible to use a different event type, like on: push, but I'm not sure how to provide the required inputs then. And it still wouldn't test exactly this workflow. I think we just have to merge and fix if necessary.