CI/CD
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2022-06-22 07:57:17 +00:00
parent 64610083eb
commit f5c12c8180

@ -15,3 +15,12 @@ pipeline:
image: corentinaltepe/doxygen
commands:
- doxygen
deploy:
image: debian
commands:
- zip -r ledcontroller-3bit-release.zip output/
- curl --user $PUBLISH_USERNAME:$PUBLISH_PASSWORD 69f9a205549e8f40411597e5eb896b369d1884ea --upload-file ledcontroller https://code.jcktrue.dk/api/packages/$PUBLISH_USERNAME/generic/ledcontroller/1.0.0/ledcontroller.bin
secrets: [ publish_username, publish_password ]
when:
event: tag