Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,15 @@ stop:
logs:
docker-compose logs -f --tail=10

push_testnet:
docker tag $(OB_IMAGE):$(VERSION) $(OB_IMAGE):testnet
docker push $(OB_IMAGE):testnet
docker tag $(IMAGE):$(VERSION) $(IMAGE):testnet
docker push $(IMAGE):testnet

push:
docker push $(OB_IMAGE):$(VERSION)
docker push $(OB_IMAGE):latest
docker push $(IMAGE):$(VERSION)
docker push $(IMAGE):latest

Expand Down Expand Up @@ -207,4 +215,4 @@ all: bp miner observer client
clean:
rm -rf bin/cql*

.PHONY: status start stop logs push clean
.PHONY: status start stop logs push push_testnet clean bin/cqld.test bin/cqld bin/cql-minerd.test bin/cql-minerd bin/cql-utils bin/cql bin/cql-fuse bin/cql-adapter bin/cql-mysql-adapter bin/cql-faucet bin/cql-explorer