depurada la conexion
This commit is contained in:
16
Makefile
16
Makefile
@@ -57,3 +57,19 @@ api:
|
||||
# If no name is provided, it defaults to "new_migration".
|
||||
prisma-migrate-dev:
|
||||
cd api && npx prisma migrate deploy
|
||||
|
||||
|
||||
|
||||
# --- Git helper para cambiar de rama por nombre directo ---
|
||||
|
||||
.PHONY: git-branch
|
||||
|
||||
git-branch:
|
||||
@if not "$(BRANCH)"=="" ( \
|
||||
git fetch github && \
|
||||
git checkout $(BRANCH) \
|
||||
) else ( \
|
||||
echo USO: make git-branch BRANCH=nombre/rama && exit /b 1 \
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user