mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 10:41:41 +00:00
fix: correr psql dentro de hain
This commit is contained in:
parent
635bf1990f
commit
1a3c6a77ce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -76,7 +76,7 @@ copy-table:
|
||||||
ssh $(delegate) docker exec postgresql pg_dump -U sutty -d sutty -t $(table) | $(psql)
|
ssh $(delegate) docker exec postgresql pg_dump -U sutty -d sutty -t $(table) | $(psql)
|
||||||
|
|
||||||
psql:
|
psql:
|
||||||
$(psql)
|
$(hain) $(psql)
|
||||||
|
|
||||||
rubocop: ## Yutea el código que está por ser commiteado
|
rubocop: ## Yutea el código que está por ser commiteado
|
||||||
git status --porcelain \
|
git status --porcelain \
|
||||||
|
|
Loading…
Reference in a new issue