Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 516 Bytes

MAINTENANCE.md

File metadata and controls

30 lines (21 loc) · 516 Bytes

Build

Docker

Build Image

docker build -t tellusxdp/market-sdk-gateway:latest . && \
docker push tellusxdp/market-sdk-gateway:latest

Release Binary

  1. Build the binary and create the archive.
./build.sh

Upload dist/tellus-market-sdk-gateway-linux-amd64.zip to github.com .

  1. Update latest tag.
git checkout master
git pull
git tag -d latest
git tag latest
git push -f origin latest