mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-11-14 16:17:53 -06:00
add makefile
This commit is contained in:
parent
f1b714bc89
commit
a443f5d32b
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
.PHONY: lint
|
||||||
|
lint:
|
||||||
|
black *.py
|
||||||
|
prettier -w ./soft-serve.config.json
|
||||||
|
|
||||||
|
.PHONY: update-soft-serve
|
||||||
|
update-soft-serve:
|
||||||
|
sudo ./update-soft-serve-repos.py
|
||||||
|
docker compose restart soft-serve
|
Loading…
Reference in a new issue