This commit is contained in:
@ -15,3 +15,12 @@ pipeline:
|
|||||||
image: corentinaltepe/doxygen
|
image: corentinaltepe/doxygen
|
||||||
commands:
|
commands:
|
||||||
- doxygen
|
- 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
|
Reference in New Issue
Block a user