Skip to content

Commit

Permalink
Updated Makefile to deploy with version-rule ALL for autoscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Oct 25, 2024
1 parent a373e94 commit 5b1e98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoscaler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ clean:
mta-deploy: mta-build build-extension-file
$(MAKE) -f metricsforwarder/Makefile set-security-group
@echo "Deploying with extension file: $(EXTENSION_FILE)"
@cf deploy $(MAKEFILE_DIR)/$(DEST)/*.mtar -f --delete-services -e $(EXTENSION_FILE)
@cf deploy $(MAKEFILE_DIR)/$(DEST)/*.mtar --version-rule ALL -f --delete-services -e $(EXTENSION_FILE)


build-extension-file:
Expand Down

0 comments on commit 5b1e98f

Please sign in to comment.