Add deploy script

This commit is contained in:
Sebastien Clement 2020-01-10 21:29:01 +01:00
parent 9009bc47c3
commit 92fbb5fd4a

5
deploy Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes && \
docker run --rm --privileged -v ~/.docker:/root/.docker -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd)/nextcloud_backup:/data homeassistant/amd64-builder --all -t /data