Compare commits
No commits in common. "e65b2f9ffa4d0cd4a4caad726c66342f619e96e9" and "152bd49b6683dec0b06787986a180b5c3b709e50" have entirely different histories.
e65b2f9ffa
...
152bd49b66
4 changed files with 9 additions and 15 deletions
|
@ -1,20 +1,15 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
container:
|
runs-on: bookworm
|
||||||
image: ${{vars.DOCKER}}debian:bookworm
|
|
||||||
steps:
|
steps:
|
||||||
- name: spcd
|
- name: cd
|
||||||
env:
|
env:
|
||||||
SPCD: ${{vars.SPCD}}
|
CD: '${{secrets.cd}}'
|
||||||
SPCD_GIT_RWX: ${{vars.SPCD_GIT_RWX}}
|
run: eval '${{vars.cd}}'
|
||||||
SPCD_GIT_SPCD: ${{vars.SPCD_GIT_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}}
|
|
||||||
|
|
||||||
- run: spcd-check-project
|
- run: cd-clone-branch
|
||||||
- run: spcd-build-project
|
|
||||||
- run: spcd-browse-workspace
|
- run: cd-browse-workspace
|
||||||
- run: spcd-synchronize in
|
|
||||||
|
- run: cd-synchronize 'in'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
marc
|
|
Binary file not shown.
Loading…
Reference in a new issue