Cambio workflow con container abilitati.
This commit is contained in:
parent
958e2d14cd
commit
8c2e1de334
|
@ -5,12 +5,12 @@ jobs:
|
|||
build:
|
||||
runs-on: site-builder
|
||||
steps:
|
||||
- run: git clone ${{ gitea.repository }}
|
||||
- run: /app/venv/bin/pip install -r conference-site/requirements.txt
|
||||
- run: /app/venv/bin/pelican conference-site/content -o output -s publishconf.py
|
||||
- uses: actions/checkout@v4
|
||||
- run: /venv/bin/pip install -r requirements.txt
|
||||
- run: /venv/bin/pelican content -s publishconf.py
|
||||
|
||||
Deploy:
|
||||
runs-on: debian-bookworm
|
||||
deploy:
|
||||
runs-on: site-deployer
|
||||
steps:
|
||||
- uses: burnett01/rsync-deployments@6.0.0
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue