compile_hdc workflow compiles the project.
deploy_s3 workflow uploads to the cicd folder in the dashcam-firmware bucket. This was intentional to prevent accidentally overwriting an existing release. The user must manually move the new firmware from cicd to the root directory.
Also added "clean" and "super clean" workflows to allow clean installs
Some limitations: Self hosted runner supports only one build at a time as far as I know
Ticket: https://github.com/Hivemapper/hdc_firmware/issues/212
compile_hdc
workflow compiles the project.deploy_s3
workflow uploads to thecicd
folder in thedashcam-firmware
bucket. This was intentional to prevent accidentally overwriting an existing release. The user must manually move the new firmware fromcicd
to the root directory.Also added "clean" and "super clean" workflows to allow clean installs
Some limitations: Self hosted runner supports only one build at a time as far as I know