mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
4 lines
70 B
Makefile
4 lines
70 B
Makefile
.PHONY: push
|
|
push:
|
|
docker build -t mxpv/ytdl .
|
|
docker push mxpv/ytdl
|