docker-octoprint/Makefile

8 lines
170 B
Makefile
Raw Normal View History

lazy-deploy:
rsync -arv . printi:~/octoprint
ssh printi "cd ~/octoprint && make full-send"
full-send:
docker compose build
docker compose down
#docker compose up -d