Skip to content

Commit

Permalink
⬇️ fix func name
Browse files Browse the repository at this point in the history
  • Loading branch information
xiagw committed Jun 28, 2024
1 parent 77badf7 commit 2c41907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ EOF
_deploy_functions_aliyun() {
_format_release_name
${github_action:-false} && return 0
if [ "${env_namespace}" != main ]; then
release_name="${release_name}-${env_namespace}"
fi
## create FC
_msg step "[deploy] create/update functions"
functions_conf_tmpl="$me_path_data"/aliyun.functions.${project_lang}.json
Expand Down

0 comments on commit 2c41907

Please sign in to comment.