Skip to content

Commit

Permalink
chore: add minion to verify-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Jan 10, 2025
1 parent a7b1e7d commit 0b8ed01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy/verify-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ function check_args {

function compute_services {
# systemd services to check for symlinks
SYSTEMD_LINKS+=( [email protected] nginx.service.d apache2.service.d [email protected] )
SYSTEMD_LINKS+=( [email protected] nginx.service.d apache2.service.d [email protected] [email protected] )
# units that must be active (and enabled)
SYSTEMD_UNITS_ACTIVE=( nginx.service apache2.service cloud_vision_ocr@$SERVICE.service )
SYSTEMD_UNITS_ACTIVE=( nginx.service apache2.service cloud_vision_ocr@$SERVICE.service [email protected] )
# units that must be enabled
SYSTEMD_UNITS_ENABLED=( )
# priority request on off
Expand Down

0 comments on commit 0b8ed01

Please sign in to comment.