.github
Some checks are pending
/ job (push) Waiting to run

This commit is contained in:
Marc Beninca 2024-07-28 15:45:08 +02:00
parent d6c194f76f
commit 1ab68702f1
Signed by: marc.beninca
GPG Key ID: 9C7613450C80C24F

View File

@ -1,21 +0,0 @@
on: [push]
jobs:
job:
runs-on: ubuntu-latest
container:
image: ${{vars.DOCKER||'docker.io'}}/debian:bookworm
steps:
- name: spcd
env:
SPCD_GIT_MAIN: ${{vars.SPCD_GIT_MAIN}}
SPCD_GIT_ROOT: ${{vars.SPCD_GIT_ROOT}}
run: >
echo '${{vars.SPCD}}' | tr -d '\r' | sh -s
"${{secrets.SPCD_SSH_KEY}}"
"${{vars.SPCD_SSH_HOSTS}}"
- run: spcd-list-environment
- run: spcd-clone-branch
- run: spcd-build-project
- run: spcd-browse-workspace
- run: spcd-synchronize