Compare commits
No commits in common. "01c5241d8fe3f62682f8cf5b89a9fa92e258703f" and "bdd97be8dd6aca4f035eddc488c21b21ebdee2d5" have entirely different histories.
01c5241d8f
...
bdd97be8dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,4 +21,3 @@
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
config/private
|
62
makefile
62
makefile
@ -1,62 +0,0 @@
|
||||
all: database backend frontend
|
||||
|
||||
# Database
|
||||
database: database-stop database-clean databgase-start database-init
|
||||
|
||||
database-stop:
|
||||
|
||||
database-start:
|
||||
|
||||
database-restart: database-stop database-start
|
||||
|
||||
database-clean:
|
||||
|
||||
database-init:
|
||||
|
||||
# Backend
|
||||
backend:
|
||||
|
||||
backend-restart:
|
||||
|
||||
backend-rebuild:
|
||||
|
||||
backend-image-push:
|
||||
|
||||
# Frontend
|
||||
|
||||
frontend:
|
||||
|
||||
frontend-stop:
|
||||
|
||||
frontend-start:
|
||||
|
||||
frontend-restart: frontend-stop frontend-start
|
||||
|
||||
frontend-clean:
|
||||
|
||||
frontend-rebuild:
|
||||
|
||||
frontend-image-push:
|
||||
|
||||
# Haproxy - Only used for local
|
||||
|
||||
haproxy:
|
||||
|
||||
haproxy-stop:
|
||||
|
||||
haproxy-start:
|
||||
|
||||
haproxy-restart: haproxy-stop haproxy-start
|
||||
|
||||
# Config Templating - Only used for local
|
||||
|
||||
reconfigure: reconfigure-database reconfigure-backend reconfigure-frontend
|
||||
|
||||
reconfigure-database:
|
||||
|
||||
reconfigure-backend:
|
||||
|
||||
reconfigure-frontend:
|
||||
|
||||
reconfigue-haproxy:
|
||||
./haproxy/reconfigure-haproxy.sh
|
Loading…
Reference in New Issue
Block a user