workflow
Some checks failed
/ job (push) Failing after 5m6s

This commit is contained in:
Marc Beninca 2025-06-02 19:04:49 +02:00
parent d51480d95b
commit 95aa8e0e5b
Signed by untrusted user who does not match committer: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -0,0 +1,17 @@
on: [push]
jobs:
job:
runs-on: ubuntu-latest
container:
image: ${{vars.DOCKER}}debian:bookworm
steps:
- name: spcd
env:
SPCD: ${{vars.SPCD}}
SPCD_SSH_HOSTS: ${{vars.SPCD_SSH_HOSTS}}
SPCD_SSH_KEY: ${{secrets.SPCD_SSH_KEY}}
run: ${{vars.SPCD}}
- run: spcd-build-project
- run: spcd-browse-workspace
- run: spcd-synchronize