Browse Source

fix(configure): manual env generation

pull/2607/head v24.13.0-2024.06.21
Harry 3 months ago committed by GitHub
parent
commit
2acd119740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      sh/debian/configure.sh

2
sh/debian/configure.sh diff.vendored

@ -309,7 +309,7 @@ function deployPlatform() {
git clone git@github.com-01-edu-all:01-edu/all.git /root/"$serverFQDN"
cd /root/"$serverFQDN"
# Generate platform environment file automatically
./generate_env.sh --auto
./generate_env.sh --gen
./redeploy.sh --hard
}

Loading…
Cancel
Save