2024-06-16 19:49:41 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
job:
|
|
|
|
container:
|
|
|
|
image: debian:bookworm
|
2024-06-17 06:34:36 +00:00
|
|
|
runs-on: ubuntu-latest
|
2024-06-16 19:49:41 +00:00
|
|
|
steps:
|
|
|
|
- name: cd
|
|
|
|
run: ${{vars.cd}} "${{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
|