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

8 lines
299 B
Bash
Raw Permalink Normal View History

2021-12-05 16:45:50 +01:00
#!/bin/sh
docker build --no-cache --pull -t jotoho/www.jotoho.de:latest \
--build-arg WEBSITE_ARCHIVE_URL="https://gitea.jotoho.de/api/v1/repos/jotoho/my-website/archive/master.tar.gz" \
--build-arg WEBSITE_ARCHIVE_FOLDER="my-website" \
--build-arg WEBSITE_HOST="www.jotoho.de" \
2021-12-05 16:45:50 +01:00
.