Skip to content

Commit

Permalink
Update Makefile to use MAKEFILE_DIR for mtar deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Sep 16, 2024
1 parent 93bccca commit 0fc1a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/autoscaler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ clean:
mta-deploy: mta-build build-extension-file
$(MAKE) -f metricsforwarder/Makefile set-security-group
@echo "Deploying with extension file: $(EXTENSION_FILE)"
@cf deploy mta_archives/*.mtar -f --delete-services -e $(EXTENSION_FILE)
@cf deploy $(MAKEFILE_DIR)/mta_archives/*.mtar -f --delete-services -e $(EXTENSION_FILE)


build-extension-file:
echo "extension file at: $(EXTENSION_FILE)"
Expand Down

0 comments on commit 0fc1a17

Please sign in to comment.