Compare commits

..

No commits in common. "01c5241d8fe3f62682f8cf5b89a9fa92e258703f" and "bdd97be8dd6aca4f035eddc488c21b21ebdee2d5" have entirely different histories.

3 changed files with 0 additions and 63 deletions

1
.gitignore vendored
View File

@ -21,4 +21,3 @@
# Go workspace file
go.work
config/private

View File

View File

@ -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