Compare commits

...
Sign in to create a new pull request.

2 commits
main ... dev

Author SHA1 Message Date
Marc Beninca
4fae5bad34
render
Some checks failed
/ job (push) Failing after 6m12s
2025-06-08 12:11:12 +02:00
Marc Beninca
95aa8e0e5b
workflow
Some checks failed
/ job (push) Failing after 5m6s
2025-06-02 19:04:49 +02:00
2 changed files with 17 additions and 0 deletions

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

View file