logsol / Github-Auto-Deploy

a server that allows you to automatically deploy the latest version of your github project at each git push
http://logsol.github.com/Github-Auto-Deploy/
MIT License
576 stars 187 forks source link

Dockerized #30

Closed AkihikoITOH closed 7 years ago

AkihikoITOH commented 9 years ago

I've created Dockerfile for Github-Auto-Deploy.

Only for updating static files at this moment.

docker build -t github-auto-deploy .
docker run -dt -v /path/to/hostdir:/path/to/containerdir github-auto-deploy