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" \
|
2022-02-22 12:18:04 +01:00
|
|
|
--build-arg WEBSITE_HOST="www.jotoho.de" \
|
2021-12-05 16:45:50 +01:00
|
|
|
.
|