mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-17 03:57:51 +08:00
fix(Deploy Script): change env file path
This commit is contained in:
@@ -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!'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user