fix(ci): add ai-assistant to deployment scripts
All checks were successful
sync-to-forgejo / sync (push) Successful in 18s
All checks were successful
sync-to-forgejo / sync (push) Successful in 18s
- Add ai-assistant to supported services list - Replicas set to 1 by default
This commit is contained in:
parent
c73b8740b4
commit
a5d06adc5f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ digest="$2"
|
|||
|
||||
case "$service" in
|
||||
gateway) replicas=2 ;;
|
||||
users|companies|jobs|leads|job-seekers|customers|payments|employees|photographers|makeup-artists|tutors|developers|video-editors|graphic-designers|social-media-managers|fitness-trainers|catering-services|ugc-content-creators|cron) replicas=1 ;;
|
||||
users|companies|jobs|leads|job-seekers|customers|payments|employees|photographers|makeup-artists|tutors|developers|video-editors|graphic-designers|social-media-managers|fitness-trainers|catering-services|ugc-content-creators|cron|ai-assistant) replicas=1 ;;
|
||||
*)
|
||||
echo "unknown service: $service" >&2
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue