fix(configure): manual env generation

This commit is contained in:
Harry 2024-06-21 14:40:48 +01:00 committed by GitHub
parent 5ff35e3cba
commit 2acd119740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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