Skip to content

Commit

Permalink
Redeploying tps
Browse files Browse the repository at this point in the history
  • Loading branch information
kjakopovic committed Nov 9, 2024
1 parent d83bb66 commit 428c43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-UpdateSuperchargerInACityFunction:
$(MAKE) build LAMBDA_FILE=UpdateSuperchargerInACity/*.py ARTIFACTS_DIR=$(ARTIFACTS_DIR)

build-GetAllGarbageCansInACityFunction:
$(MAKE) build LAMBDA_FILE=GetAllGarbageCansInACity/* ARTIFACTS_DIR=$(ARTIFACTS_DIR)
$(MAKE) build LAMBDA_FILE=GetAllGarbageCansInACity/*.py ARTIFACTS_DIR=$(ARTIFACTS_DIR)

build-CreateNewGarbageCansInACityFunction:
$(MAKE) build LAMBDA_FILE=CreateNewGarbageCansInACity/*.py ARTIFACTS_DIR=$(ARTIFACTS_DIR)
Expand Down

0 comments on commit 428c43a

Please sign in to comment.