netflux-homepage/Makefile

5 lines
159 B
Makefile
Raw Normal View History

2024-11-20 19:36:36 +00:00
.PHONY: deploy
deploy: # build and deploy the latest version of the image.
docker build -t netfluxio/homepage:latest .
docker push netfluxio/homepage:latest