Skip to content

Commit

Permalink
rollout command updated to use deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dheepak-aot committed Jan 7, 2025
1 parent 9b7e32b commit a6e2bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ deploy-web:
-p TLS_KEY=$(TLS_KEY) \
-p TLS_CA_CERTIFICATE=$(TLS_CA_CERTIFICATE) \
| oc -n $(NAMESPACE) apply -f -
$(call rollout_and_wait,dc/$(WEB))
$(call rollout_and_wait,deployment/$(WEB))

create-qa-api-db:
test -n $(QA_DB_NAME)
Expand Down

0 comments on commit a6e2bdb

Please sign in to comment.