parent
a795977791
commit
455bd13d4f
1 changed files with 14 additions and 10 deletions
|
@ -1,16 +1,20 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: bookworm
|
||||
container:
|
||||
image: debian:bookworm
|
||||
steps:
|
||||
- name: cd
|
||||
- name: spcd
|
||||
env:
|
||||
CD: '${{secrets.cd}}'
|
||||
run: eval '${{vars.cd}}'
|
||||
SPCD_GIT_MAIN: ${{vars.SPCD_GIT_MAIN}}
|
||||
SPCD_GIT_ROOT: ${{vars.SPCD_GIT_ROOT}}
|
||||
run: >
|
||||
${{vars.SPCD}}
|
||||
"${{secrets.SPCD_SSH_KEY}}"
|
||||
"${{vars.SPCD_SSH_HOSTS}}"
|
||||
|
||||
- run: cd-clone-branch
|
||||
- run: cd-install-packages 'graphviz'
|
||||
|
||||
- run: cd-build-project
|
||||
|
||||
- run: cd-synchronize 'out/web'
|
||||
- run: spcd-list-environment
|
||||
- run: spcd-clone-branch
|
||||
- run: spcd-build-project
|
||||
- run: spcd-browse-workspace
|
||||
- run: spcd-synchronize
|
||||
|
|
Loading…
Reference in a new issue