Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 244 Bytes

DEPLOYMENT.md

File metadata and controls

13 lines (10 loc) · 244 Bytes

Deployment

Document describing deployment of this repository.

$ docker build -t pants1/docker-volume-backup:x.y.z .
$ docker push pants1/docker-volume-backup:x.y.z
$ git tag -a x.y.z -m "Description"
$ git push origin x.y.z