fix(Deploy Script): change env file path

This commit is contained in:
cubic
2022-01-10 17:28:01 +08:00
parent 5a8a1971b7
commit 4e2797bb1a

View File

@@ -32,8 +32,8 @@ cp codefever-service-template /etc/init.d/codefever
echo 'services installed!'
cp ../config.template.yaml ./config.yaml
cp ../env.template.yaml ./env.yaml
cp ../config.template.yaml ../config.yaml
cp ../env.template.yaml ../env.yaml
echo 'env files generated!'