5 lines
159 B
Makefile
Raw Permalink Normal View History

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