Skip to content

paulomuggler/docker-itchio-butler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-itchio-butler

Docker builds for itch.io's butler cli used to upload to itch.io

The entrypoint calls the bulter cli (/butler/butler) so override the command with any arguments (default is --help).

Usage Example (docker-compose)

version: '2'
services:
  upload:
    image: robpc/itchio-butler:latest
    volumes:
      - ./:/project
    env_file: secrets.env # contains BUTLER_API_KEY=
    command: push /project/bin/html user/project-name:html # or other channel name

About

Docker builds for itch.io's bulter cli used to upload to itch.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%