This commit is contained in:
Marc Beninca 2024-06-17 19:51:11 +02:00
parent b9412e82ae
commit 431010c2ac
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 18 additions and 1 deletions

View file

@ -1 +0,0 @@
.forgejo

18
.github/workflows/debian:bookworm.yaml vendored Normal file
View file

@ -0,0 +1,18 @@
on: [push]
jobs:
job:
runs-on: ubuntu-latest
container:
image: debian:bookworm
steps:
- name: cd
run: >
echo '${{vars.CD}}' | tr -d '\r' | sh -s
"${{secrets.CD_SSH_KEY}}"
"${{vars.CD_SSH_HOSTS}}"
- run: cd-list-environment
- run: cd-clone-branch
- run: cd-build-project
- run: cd-browse-workspace
- run: cd-synchronize