Compare commits
10 Commits
bbf5d25139
...
26c882f94c
Author | SHA1 | Date | |
---|---|---|---|
26c882f94c
|
|||
def4a115f9
|
|||
2ec095b160
|
|||
be2cf58284
|
|||
f12369d098
|
|||
c2d3a3506e
|
|||
ea5cc06fe5
|
|||
b7db11ec10
|
|||
35f026a454
|
|||
3091459389
|
@@ -1,11 +1,15 @@
|
|||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
job:
|
job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
steps:
|
steps:
|
||||||
- name: cd
|
- name: cd
|
||||||
run: ${{vars.cd}} "${{secrets.cd_ssh_key}}" "${{vars.cd_ssh_hosts}}"
|
run: >
|
||||||
|
echo '${{vars.CD}}' | tr --delete '\r' | sh -s
|
||||||
|
"${{secrets.CD_SSH_KEY}}"
|
||||||
|
"${{vars.CD_SSH_HOSTS}}"
|
||||||
|
|
||||||
- run: cd-list-environment
|
- run: cd-list-environment
|
||||||
- run: cd-clone-branch
|
- run: cd-clone-branch
|
10
readme.md
10
readme.md
@@ -1,8 +1,10 @@
|
|||||||
# Project
|
# Project
|
||||||
|
|
||||||
|
Sample project using [Continuous Deployment](https://forge.rwx.work/rwx.work/cd).
|
||||||
|
|
||||||
## Continuous Integration links
|
## Continuous Integration links
|
||||||
|
|
||||||
* [ForgeJo](https://forge.rwx.work/rwx.work/project/actions)
|
* [forgejo @ forge.rwx.work](https://forge.rwx.work/rwx.work/project/actions)
|
||||||
* [Gitea](https://gitea.com/marc.beninca/project/actions)
|
* [gitea @ git.projectsegfau.lt](https://git.projectsegfau.lt/rwx.work/project/actions)
|
||||||
* [GitHub](https://github.com/marc-beninca/project/actions)
|
* [github @ github.com](https://github.com/rwx-work/project/actions)
|
||||||
* [GitLab](https://gitlab.com/marc.beninca/project/-/pipelines)
|
* [gitlab @ gitlab.com](https://gitlab.com/marc.beninca/project/-/pipelines)
|
||||||
|
Reference in New Issue
Block a user