Skip to content

Commit c64d8dd

Browse files
committed
feat: add promote makefile target
1 parent d0bb07a commit c64d8dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ release:
3737
git push origin master
3838
git push origin $(TAG)
3939
.ONESHELL: release
40+
41+
promote:
42+
@drone build promote joseluisq/rust-linux-darwin-builder $(BUILD) $(ENV)
43+
.PHONY: promote

0 commit comments

Comments
 (0)