Compare commits

...

10 Commits

Author SHA1 Message Date
Simon 6e8974d54b
updo auto build... 2023-07-31 22:54:14 +07:00
Simon e526f00734
fix repo filter 2023-07-31 22:42:35 +07:00
Simon 591bd06c6f
hook context, #build 2023-07-31 22:25:32 +07:00
Simon 4cacf74f1b
add docs links 2023-07-31 22:25:05 +07:00
Simon e4d819a50f
fix gh_repo website, take 2 2023-07-31 21:46:37 +07:00
Simon 9469a8b439
fix gh_repo website 2023-07-31 21:45:46 +07:00
Simon 1498b5712f
trigger website rebuild on build hook 2023-07-31 21:41:53 +07:00
Simon 1a464b4397
update deployment 2023-07-31 21:31:14 +07:00
Simon 96427bd17f
bump requirements 2023-07-31 20:58:00 +07:00
Simon 19589b802a
ignore venv 2023-07-31 20:57:38 +07:00
7 changed files with 31 additions and 13 deletions

3
.gitignore vendored
View File

@ -14,3 +14,6 @@ docker-hook.json
github-hook.json
github-push-hook.json
roadmap-hook.json
# python
.venv

View File

@ -24,7 +24,7 @@ function docker_publish {
rsync -a --progress --delete helper_scripts $public_host:
rsync -a --progress --delete builder/ $public_host:builder
ssh "$public_host" "mkdir -p builder/clone"
ssh "$public_host" 'docker compose -f docker/docker-compose.yml up -d --build'
ssh "$public_host" 'docker compose -f docker/docker-compose.yml up -d --build tubearchivist'
}
if [[ $1 == "test" ]]; then

View File

@ -27,7 +27,7 @@ services:
- "8080"
# backend postgres
postgres:
image: postgres:14
image: postgres:15
container_name: postgres
restart: always
volumes:

View File

@ -1,5 +1,5 @@
# builder
FROM python:3.10.9-slim-bullseye as builder
FROM python:3.11.3-slim-bullseye as builder
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential
@ -8,7 +8,7 @@ COPY requirements.txt /requirements.txt
RUN pip install --user -r requirements.txt
# final
FROM python:3.10.9-slim-bullseye as tubearchivist-web
FROM python:3.11.3-slim-bullseye as tubearchivist-web
ARG INSTALL_DEBUG
ENV PYTHONUNBUFFERED 1

View File

@ -1,10 +1,10 @@
APScheduler==3.10.1
beautifulsoup4==4.12.0
flask==2.2.3
markdown==3.4.3
matplotlib==3.7.1
pandas==1.5.3
psycopg2-binary==2.9.5
redis==4.5.4
requests==2.28.2
uWSGI==2.0.21
beautifulsoup4==4.12.2
flask==2.3.2
markdown==3.4.4
matplotlib==3.7.2
pandas==2.0.3
psycopg2-binary==2.9.6
redis==4.6.0
requests==2.31.0
uWSGI==2.0.22

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -78,6 +78,21 @@
<a href="https://www.tilefy.me" target="_blank"><img src="https://tiles.tilefy.me/t/tubearchivist-chrome.png" alt="tubearchivist-chrome" title="TA Companion Chrome users"></a>
<a href="https://www.tilefy.me" target="_blank"><img src="https://tiles.tilefy.me/t/tubearchivist-firefox.png" alt="tubearchivist-firefox" title="TA Companion Firefox users"></a>
</div>
<div class="tag-line">
<h2>Project Documentation</h2>
</div>
<div class="social-links">
<div class="social-item">
<a href="https://docs.tubearchivist.com/" target="_blank">
<img src="/static/img/logo-docs.png" alt="docs-logo">
</a>
</div>
<div class="social-item">
<a href="https://github.com/tubearchivist/docs" target="_blank">
<img src="/static/img/logo-github.png" alt="github-logo">
</a>
</div>
</div>
<div class="youtube" data-embed="O8H8Z01c0Ys">
<div class="play-button">
<img src="/static/img/icon-play.svg" alt="play">