1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Update build.sh for ytdl

This commit is contained in:
mxpv
2018-07-18 21:39:34 -07:00
parent 28823805c9
commit b461229784

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
docker build -t ytdl .
docker tag ytdl gcr.io/pod-sync/ytdl
gcloud docker -- push gcr.io/pod-sync/ytdl
docker tag ytdl mxpv/ytdl
docker push mxpv/ytdl