Fix ci error

This commit is contained in:
long2ice
2020-11-19 10:41:52 +08:00
parent 9879004fee
commit a677d506a9
3 changed files with 9 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ MYSQL_PORT ?= 3306
MYSQL_PASS ?= "123456"
POSTGRES_HOST ?= "127.0.0.1"
POSTGRES_PORT ?= 5432
POSTGRES_PAS ?= "123456"
POSTGRES_PASS ?= "123456"
help:
@echo "Aerich development makefile"