update-eg
deploy-eg
update-web
- build-eg-staff
+ build-staff
start-eg
start-apache
attach
stop-all (detach,stop-apache,stop-eg)
- deploy-all (update-eg,deploy-eg,build-eg-staff)
+ deploy-all (update-eg,deploy-eg)
start-all (start-eg,start-apache)
-p
fi
if [[ "$ACTIONS" =~ "deploy-all" ]]; then
- ACTIONS="$ACTIONS,update-eg,deploy-eg,build-eg-staff";
+ ACTIONS="$ACTIONS,update-eg,deploy-eg";
fi
if [[ "$ACTIONS" =~ "start-all" ]]; then
fi
if [[ "$ACTIONS" =~ "build-staff" ]]; then
- build_staff_client
+ if ! [[ "$ACTIONS" =~ "deploy-eg" ]]; then
+ # if deploy-eg is set, the staff client is built
+ # during the deploy step.
+ build_staff_client
+ fi
fi
if [[ "$ACTIONS" =~ "start-eg" ]]; then