Skip to content

Commit

Permalink
use ci instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dctalbot committed Mar 17, 2024
1 parent f1162fe commit a3232ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ start: stop build

logs:
docker logs -f $(CONTAINER_NAME)

push:
docker push $(IMAGE_NAME)
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,3 @@ Container-based services are supported by most cloud providers. The memory and C
1. Make changes to `main.go`
1. Run `SPINITRON_API_KEY=XXX go run main.go`
1. Make [some requests](https://spinitron.github.io/v2api/) e.g. `curl "localhost:8080/api/spins"`

### Release

1. `docker login`
1. `make build`
1. `SPINITRON_API_KEY=XXX make start`, do some smoke testing e.g. `curl "localhost:8080/api/spins"`
1. `make push`
1. See new version here: https://hub.docker.com/repository/docker/wcbn/spinitron-proxy

0 comments on commit a3232ee

Please sign in to comment.