feat: auto generate redirect url if empty

This commit is contained in:
Stavros
2026-02-02 15:46:02 +02:00
parent 7ca79d4532
commit fb671139cd
2 changed files with 20 additions and 10 deletions

View File

@@ -71,6 +71,10 @@ develop-infisical:
prod:
docker compose -f $(PROD_COMPOSE) up --force-recreate --pull=always --remove-orphans
# Production - Infisical
prod-infisical:
infisical run --env=dev -- docker compose -f $(PROD_COMPOSE) up --force-recreate --pull=always --remove-orphans
# SQL
.PHONY: sql
sql: