Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 656 Bytes

README-DEVEL.md

File metadata and controls

18 lines (15 loc) · 656 Bytes

Workflow

  • Check for new version / pick a commit: https://github.com/ndbroadbent/icloud_photos_downloader

  • Docker:

    • edit Dockerfile on workstation
    • build Docker image (use date of commit as tag):
      • docker build -t maxhq/ipd:0.1.20161020 -t maxhq/ipd:latest ./
    • test Docker image:
      • docker run --rm -ti -v ~/icloud-photos:/photos -v ~/icloud-secrets:/auth maxhq/ipd myapple@id
      • docker run --rm -ti -v ~/icloud-photos:/photos -v ~/icloud-secrets:/auth --entrypoint=/bin/sh maxhq/ipd
  • Commit and push to GitHub:

    • git commit -a
    • git push
    • git tag 0.1.20161020
    • git push --tags