Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-dev committed Apr 9, 2018
1 parent 8b90278 commit 0bf4a37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ deploy:
secure: L9ek7B1nN9zC/aTFjWam5ytBOL+yYDCr1ItSihxMZGFVODYg1Ng1YrpY2fMbQgH8/Bbw7zLiakkZ+Q/Ln3y/IHWI1QBaYHFaRcOLp556hSuI8G6j9EElrYQkBW9y/1mtXDbgmhmDJZMZLY4Iy7jXueQQNEzqZ02dkXTqzEIidS8G+x0DqyqHP/arumVb6X2iNUuB8gcCUgclT/nvfjML7N90FG5UUVL46BGsho25jtNGnINhK35eKqyVLF/GLk3t152i8kTTNb/p9xKplkC6WAshZDmv6UpSVkv6EinLUO0Ua/91tk1CgeckqO8vo0R7lgQFw3r7yvyhyPpEdIkb3f+nx2H8ZO4aoXiX7ZDQFMKTQ+jJsHm0Sie0KOL+yR2QKwCr3Hywbk/EqVa3BbJAFpvnrPhW21YkFPvJvlnWC2pCLbBQ79d9PGvi14vjJgyWMhmTOSs5drA5oXarNg+6uJDLE7I0aesYyrtpBTa0wIRZtT5BLQkudVUo0OtwmL624y4iUc4UOGjfs+XUlrdP+ze9yl0QI5cVPrJHZ5F0xA+olKb2xiao27bj6BnMPqAzHtnN9LFUZTp+poZyAkI3sQ9DlIFCJ2zdiaYO5PPQIIv7mUJL+7hVpLvZUYaYbmTwgR59hJ9EOIAGerkZXLnHC8C5NXWqd3gkkIRa+ycpJR0=
file:
- obj_app/stmbl.bin
- obj_app/stmbl.dfu
- f3.bin
- f4.bin
on:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ f1:
f1_flash: boot
$(MAKE) -f stm32f103/Makefile flash

deploy: f3_boot f3 boot build obj_app/stmbl.dfu binall
deploy: f3_boot f3 boot build binall

binall:
cat obj_boot/blboot.bin /dev/zero | head -c 32768 > f4.bin
Expand Down

0 comments on commit 0bf4a37

Please sign in to comment.