Merge branch 'production' of git.stuve-bamberg.de:latex/latex-wochenende into production
This commit is contained in:
commit
db7c828e29
@ -12,9 +12,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
token: ${{ secrets.TOKEN}}
|
token: ${{ secrets.TOKEN}}
|
||||||
- run: apt update && apt install -yqq python3 zip pandoc python3-pip
|
- run: apt update && apt install -yqq python3 zip pandoc python3-pip python3-venv
|
||||||
- run: cd onpoint && pip3 install -r requirements.txt
|
- run: cd onpoint && python3 -m venv .venv && source .venv/bin/activate && pip3 install -r requirements.txt
|
||||||
- run: bash deploy.sh
|
- run: source onpoint/.venv/bin/activate && bash deploy.sh
|
||||||
- run: ls
|
- 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
|
- 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
|
||||||
- run: git config --global user.email "fachschaft-wiai.stuve@uni-bamberg.de" && git config --global user.name "FSWIAI CICD Bot"
|
- run: git config --global user.email "fachschaft-wiai.stuve@uni-bamberg.de" && git config --global user.name "FSWIAI CICD Bot"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user