Compare commits

..

No commits in common. "d833cf85707fdc257ff7e23dad57341844136edd" and "a9530836f9665ef18185ae1d87c5036d56dab74f" 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.cd}}
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