github
This commit is contained in:
parent
b9412e82ae
commit
431010c2ac
2 changed files with 18 additions and 1 deletions
1
.github
1
.github
|
@ -1 +0,0 @@
|
|||
.forgejo
|
18
.github/workflows/debian:bookworm.yaml
vendored
Normal file
18
.github/workflows/debian:bookworm.yaml
vendored
Normal 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
|
Loading…
Reference in a new issue