Skip to content

Commit

Permalink
deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Aug 17, 2021
1 parent c8c393a commit 8a3c3bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ echo "" >> changelog.txt && \
echo "" >> changelog.txt && \
echo "### :package: [Download JAR](https://oss.sonatype.org/service/local/repositories/releases/content/com/erudika/para-dao-sql/${ver}/para-dao-sql-${ver}-shaded.jar)" >> changelog.txt && \
hub release create -F changelog.txt $ver && \
rm changelog.txt
rm changelog.txt

docker build -t erudikaltd/para-dao-sql:${ver} . && docker push erudikaltd/para-dao-sql:${ver}

0 comments on commit 8a3c3bc

Please sign in to comment.