Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
10
Taskfile.yml
10
Taskfile.yml
@@ -32,7 +32,15 @@ tasks:
|
||||
SOFTPLAYER_DB_CONNECTION_STRING: postgres://softplayer:qwertyu9@localhost:30432/softplayer?sslmode=disable
|
||||
SOFTPLAYER_REDIS_HOST: localhost:30379
|
||||
cmd: go run main.go server --dev-mode --reflection
|
||||
|
||||
psql:
|
||||
desc: Connect to the dev database
|
||||
env:
|
||||
PGDATABASE: softplayer
|
||||
PGUSER: softplayer
|
||||
PGPORT: "30432"
|
||||
PGHOST: localhost
|
||||
PGPASSWORD: qwertyu9
|
||||
cmd: psql
|
||||
deploy-local-env:
|
||||
desc: Run a kind cluster and deploy deps
|
||||
deps:
|
||||
|
||||
Reference in New Issue
Block a user