Skip to content

Commit

Permalink
added cf bind-services for staticfiles (fixed typo).
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hudson committed Dec 18, 2023
1 parent 38990b0 commit aca5d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ bind_backend_to_services() {
cf bind-service "$CGAPPNAME_BACKEND" "tdp-datafiles-${space}"
cf bind-service "$CGAPPNAME_BACKEND" "tdp-db-${space}"

f bind-service "$CGAPPNAME_CELERY" "tdp-staticfiles-${space}"
cf bind-service "$CGAPPNAME_CELERY" "tdp-staticfiles-${space}"
cf bind-service "$CGAPPNAME_CELERY" "tdp-datafiles-${space}"
cf bind-service "$CGAPPNAME_CELERY" "tdp-db-${space}"

Expand Down

0 comments on commit aca5d8f

Please sign in to comment.