abundant-hamburger-66584
11/28/2022, 6:14 PMpyflyte
can register a file or folder of launch plans, but I am not exactly sure how to active them all. I don’t want to have to active specific launch plans inside the github actions workflow. My best idea is to throw everything in a Makefile.
Any advice is much appreciated!
# only sudo code implemented
.SILENT: deploy
.PHONY: deploy
deploy
pyflyte register [flags] ./recsys/deploy/launchplans.py;
# I could list them here?
flytectl update [flags] launchplan prod_ease_train;
abundant-hamburger-66584
11/28/2022, 6:15 PMthankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
high-park-82026