2024-06-17 17:51:11 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
job:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
container:
|
2024-07-22 12:53:45 +00:00
|
|
|
image: ${{vars.DOCKER||'docker.io'}}/debian:bookworm
|
2024-06-17 17:51:11 +00:00
|
|
|
steps:
|
2024-06-27 11:50:09 +00:00
|
|
|
- name: spcd
|
2024-06-17 17:51:11 +00:00
|
|
|
run: >
|
2024-06-27 11:50:09 +00:00
|
|
|
echo '${{vars.SPCD}}' | tr -d '\r' | sh -s
|
|
|
|
"${{secrets.SPCD_SSH_KEY}}"
|
|
|
|
"${{vars.SPCD_SSH_HOSTS}}"
|
2024-06-17 17:51:11 +00:00
|
|
|
|
2024-06-27 11:50:09 +00:00
|
|
|
- run: spcd-list-environment
|
|
|
|
- run: spcd-clone-branch
|
|
|
|
- run: spcd-build-project
|
|
|
|
- run: spcd-browse-workspace
|
|
|
|
- run: spcd-synchronize
|