workflows/main

This commit is contained in:
Marc Beninca 2024-07-22 11:37:51 +02:00
parent a5862c4455
commit 12ce56cdeb
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

18
.github/workflows/main.yaml vendored Normal file
View file

@ -0,0 +1,18 @@
on: [push]
jobs:
job:
runs-on: ubuntu-latest
container:
image: debian:bookworm
steps:
- name: spcd
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