Skip to content

Commit 21b2d42

Browse files
committed
add single line deploy command
1 parent 11151ce commit 21b2d42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ releaseBinaries:
4040
releasePoms:
4141
${DOCKER_RUN} gradle generatePomFileForAarPublication --debug
4242

43-
deploy:
43+
deployArtifacts:
4444
./Tools/deploy.py
45+
46+
deploy: releaseArtifacts deployArtifacts

0 commit comments

Comments
 (0)