production #21

Merged
jmehlich merged 20 commits from production into 2025-summer-fixes 2025-05-15 21:54:45 +00:00
Showing only changes of commit c728030410 - Show all commits

View File

@ -12,8 +12,8 @@ jobs:
with:
submodules: true
token: ${{ secrets.TOKEN}}
- run: apt update && apt install -yqq python3 zip pandoc python3-pip
- run: cd onpoint && pip3 install -r requirements.txt
- run: apt update && apt install -yqq python3 zip pandoc python3-pip python3-venv
- run: cd onpoint && python3 -m venv .env && source .venv/bin/activate && pip3 install -r requirements.txt
- run: bash deploy.sh
- run: ls
- run: cd .. && git clone https://cicd:${{secrets.TOKEN}}@git.stuve-bamberg.de/serverPush/wiai.de.git wiai && cp -r latex-wochenende/css latex-wochenende/js latex-wochenende/lib latex-wochenende/onpoint latex-wochenende/slides.de.html latex-wochenende/svg wiai/latex-wochenende && cp -r latex-wochenende/css latex-wochenende/js latex-wochenende/lib latex-wochenende/onpoint latex-wochenende/slides.en.html latex-wochenende/svg wiai/latex-weekend