Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c908c3b

Browse files
author
梓农
committedFeb 11, 2025·
add ROS_DEPLOY flag
1 parent e0dbd02 commit c908c3b

6 files changed

+6
-0
lines changed
 

‎documents/solution/ai/aigc-text-generation-3d-model-with-ecs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Resources:
175175
export APP_PROXY_PORT=5001
176176
export APP_USERNAME=${UserName}
177177
export APP_PASSWORD=${Password}
178+
export ROS_DEPLOY=true
178179
EOF
179180

180181
source ~/.bash_profile

‎documents/solution/ai/ecs-ai-face-detection-solution.yml

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Resources:
9191
cat << EOF >> ~/.bash_profile
9292
export ALIBABA_CLOUD_ACCESS_KEY_ID="${AccessKey.AccessKeyId}"
9393
export ALIBABA_CLOUD_ACCESS_KEY_SECRET="${AccessKey.AccessKeySecret}"
94+
export ROS_DEPLOY=true
9495
EOF
9596
source ~/.bash_profile
9697

‎documents/solution/ai/pai-ai-face-detection-solution.yml

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Resources:
120120
export APP_PASSWORD=${AppPassword}
121121
export FACE_DETECTION_SERVICE_URL=${Url}
122122
export FACE_DETECTION_TOKEN=${Token}
123+
export ROS_DEPLOY=true
123124
EOF
124125
source ~/.bash_profile
125126

‎documents/solution/internet-application-development/deploy-SSL-certificates-to-SpringBoot-applications.yml

+1
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ Resources:
338338
cat << EOF >> ~/.bash_profile
339339
export SPRING_SERVER_SSL_KEY_STORE_PASSWORD=$Password
340340
export SPRING_SERVER_SSL_KEY_STORE=$JksFilePath
341+
export ROS_DEPLOY=true
341342
EOF
342343
343344
source ~/.bash_profile

‎documents/solution/internet-application-development/deploy-SSL-certificates-to-Tomcat-applications.yml

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Resources:
184184
echo ""
185185

186186
log_info "download example"
187+
export ROS_DEPLOY=true
187188
curl -fsSL https://static-aliyun-doc.oss-cn-hangzhou.aliyuncs.com/install-script/install-ssl-certificate/install-ssl-for-tomcat.sh | bash
188189
set_ros_flag
189190
DomainRecord:

‎documents/solution/security-and-compliance/E-commerce-data-protection.yml

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ Resources:
266266
export MYSQL_USERNAME=${db_username}
267267
export MYSQL_PASSWORD=${db_password}
268268
export MYSQL_URL=${db_connection}:${db_port}/${db_name}
269+
export ROS_DEPLOY=true
269270
EOF
270271
271272
source ~/.bash_profile

0 commit comments

Comments
 (0)
Please sign in to comment.