1
0
Fork 0
site-deployer/build-kanzleiseite.sh

8 lines
305 B
Bash
Executable File

#!/bin/sh
docker build --no-cache --pull -t jotoho/www.hopusch.de:latest \
--build-arg WEBSITE_ARCHIVE_URL="https://gitea.jotoho.de/api/v1/repos/jotoho/kanzleiseite/archive/master.tar.gz" \
--build-arg WEBSITE_ARCHIVE_FOLDER="kanzleiseite" \
--build-arg WEBSITE_HOST="www.hopusch.de" \
.