parent
1fb36aac9e
commit
ae95d1a985
1 changed files with 12 additions and 17 deletions
|
@ -1,22 +1,17 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
runs-on: bookworm
|
container:
|
||||||
|
image: debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: cd
|
- name: spcd
|
||||||
env:
|
run: >
|
||||||
CD: '${{secrets.cd}}'
|
${{vars.SPCD}}
|
||||||
run: eval '${{vars.cd}}'
|
"${{secrets.SPCD_SSH_KEY}}"
|
||||||
|
"${{vars.SPCD_SSH_HOSTS}}"
|
||||||
|
|
||||||
- run: cd-clone-branch
|
- run: spcd-list-environment
|
||||||
|
- run: spcd-clone-branch
|
||||||
- run: cd-clone-python 'rwx.work/rwx'
|
- run: spcd-build-project
|
||||||
- run: |
|
- run: spcd-browse-workspace
|
||||||
cd-install-packages \
|
- run: spcd-synchronize
|
||||||
'python3-sphinx' \
|
|
||||||
'python3-sphinx-rtd-theme' \
|
|
||||||
|
|
||||||
- run: cd-build-project
|
|
||||||
- run: cd-browse-workspace
|
|
||||||
|
|
||||||
- run: cd-synchronize 'out/rtfd'
|
|
||||||
|
|
Loading…
Reference in a new issue