Compare commits

..

No commits in common. "da00d2fb0f01bd9eb24cbc89d75f42d2883a7741" and "175e5ca31acac2be0d1d912500f5797f087d11a8" have entirely different histories.

2 changed files with 16 additions and 11 deletions

View file

@ -2,16 +2,21 @@ on: [push]
jobs:
job:
container:
image: ${{vars.DOCKER}}debian:bookworm
image: debian:bookworm
steps:
- name: spcd
- name: cd
env:
SPCD: ${{vars.SPCD}}
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
SPCD_TXT_LOCALE: ${{vars.SPCD_TXT_LOCALE}}
run: ${{vars.SPCD}}
CD: '${{secrets.cd}}'
CD_OS_NAME: debian
CD_OS_VERSION: bookworm
run: eval '${{vars.cd}}'
- run: spcd-build-project
- run: spcd-browse-workspace
- run: spcd-synchronize
- run: cd-list-environment
- run: cd-clone-branch
- run: cd-install-packages 'pandoc'
- run: cd-build-project
- run: cd-browse-workspace
- run: cd-synchronize 'out'

View file

@ -4,7 +4,7 @@ ROOT="$(dirname "${FILE}")"
INPUT="${ROOT}/in"
INPUTS="${ROOT}/in.txt"
OUTPUT="${ROOT}/out/web"
OUTPUT="${ROOT}/out"
function main {
local file