amplify-edge / sys

system
Apache License 2.0
0 stars 2 forks source link

CI and CD Design - architype design #104

Open joe-getcouragenow opened 3 years ago

joe-getcouragenow commented 3 years ago

We have been progressing on the architecture for how to best do CI and CD.

At the moment we have a basic setup to build and then use ansible and terraform. thats a basis for servers and clouds where we are nice and agnostic to a degree.

Now we should consider to do the same for embedded. Why ?

SO here is what i am thinking:

Flash Rasp PI and other boards properly with this https://github.com/periph/bootstrap/issues/10

, and then it will be part of CI https://github.com/periph/gohci/tree/master/cmd/gohci-worker

This is clean and sort of matches the pattern / architype of how we are doing CI / CD with Ansible, Terraform and Caddy flow..

This is NOT urgent, but i want to start this discussion ...