Compare commits
1 Commits
bb3ef4fe95
...
feat/makef
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3671926430 |
5
Makefile
5
Makefile
@@ -1,8 +1,11 @@
|
||||
.PHONY: deploy build up down restart logs migrate migrate-new frontend test
|
||||
.PHONY: deploy redeploy build up down restart logs migrate migrate-new frontend test
|
||||
|
||||
# Build and deploy
|
||||
deploy: build up
|
||||
|
||||
redeploy:
|
||||
git pull && $(MAKE) down && $(MAKE) up
|
||||
|
||||
build:
|
||||
docker compose build raggr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user