installation
This commit is contained in:
parent
f6d1b3a56c
commit
b2432305b5
7
Makefile
7
Makefile
@ -1,4 +1,4 @@
|
|||||||
.PHONY: dev serve lint fmt build publish deploy logs status help
|
.PHONY: dev serve lint fmt build publish fly-install deploy logs status help
|
||||||
|
|
||||||
# Development server with auto-reload
|
# Development server with auto-reload
|
||||||
dev:
|
dev:
|
||||||
@ -26,6 +26,10 @@ build:
|
|||||||
publish: build
|
publish: build
|
||||||
uv publish
|
uv publish
|
||||||
|
|
||||||
|
# Install flyctl
|
||||||
|
fly-install:
|
||||||
|
curl -L https://fly.io/install.sh | sh
|
||||||
|
|
||||||
# Deploy to Fly.io
|
# Deploy to Fly.io
|
||||||
deploy:
|
deploy:
|
||||||
fly deploy -a chess-pressure
|
fly deploy -a chess-pressure
|
||||||
@ -47,6 +51,7 @@ help:
|
|||||||
@echo " make fmt ruff format + auto-fix"
|
@echo " make fmt ruff format + auto-fix"
|
||||||
@echo " make build build sdist + wheel"
|
@echo " make build build sdist + wheel"
|
||||||
@echo " make publish build + publish to PyPI"
|
@echo " make publish build + publish to PyPI"
|
||||||
|
@echo " make fly-install install flyctl"
|
||||||
@echo " make deploy deploy to Fly.io"
|
@echo " make deploy deploy to Fly.io"
|
||||||
@echo " make logs tail production logs"
|
@echo " make logs tail production logs"
|
||||||
@echo " make status Fly.io app status"
|
@echo " make status Fly.io app status"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user