Skip to content

Commit

Permalink
push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
janiltonmaciel committed Oct 5, 2020
1 parent f6a249b commit 9010a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ release: git-tag
fi; \
export GITHUB_TOKEN=$(GITHUB_TOKEN); \
goreleaser release --rm-dist; \
git push origin master; \
git push --tags; \
echo "Release - OK"

push-release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ statiks [options] <path>
OPTIONS:
--host value, -h value host address to bind to (default: "0.0.0.0") [$HOST]
--port value, -p value port number (default: "9080") [$PORT]
--quiet, -q enable quiet mode, don't output each incoming request (default: false)
--quiet, -q enable quiet mode, do not output each incoming request (default: false)
--add-delay value add delay to responses (in milliseconds) (default: 0)
--cache value set cache time (in seconds) for cache-control max-age header (default: 0)
--no-index disable directory listings (default: false)
Expand Down

0 comments on commit 9010a5c

Please sign in to comment.