first commit

This commit is contained in:
2025-06-11 21:56:36 +04:00
parent 8af8c416f5
commit c8a3961935
7 changed files with 5593 additions and 2271 deletions

View File

@ -22,6 +22,14 @@ curl -k -H "Authorization: token $GITEA_TOKEN" \
-o ebook.conf \
"$GITEA_URL/api/v1/repos/levis/ebook/raw/main/ebook.conf"
curl -k -H "Authorization: token $GITEA_TOKEN" \
-o ebook.tar.gz \
"$GITEA_URL/api/v1/repos/levis/ebook/raw/main/ebook.tar.gz"
# Загружаем Docker образ
echo "Loading Docker image..."
gunzip -c ebook.tar.gz | docker load
# Копируем файлы в директорию деплоя
cp -f docker-compose.yml nginx.conf ebook.conf $DEPLOY_DIR/