Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 418 Bytes

BK_Sync

Authentication

Authentication is provided via Bearer-Token and needs to be set as environment variable
BK_TOKEN=xxxxxxxxxxxxxxxx

Docker

Create new version:

./gradlew clean jar

docker build -t dev089/bk-sync-app:latest -t dev089/bk-sync-app:0.X.X .

Push to Dockerhub

docker login
docker push dev089/bk-sync-app:0.X.X
docker push dev089/bk-sync-app:latest