Compare commits

...

10 Commits

Author SHA1 Message Date
26c882f94c
readme/gitea,github
Some checks failed
/ job (push) Failing after 4m20s
2024-06-17 18:21:27 +02:00
def4a115f9
readme/link 2024-06-17 18:19:40 +02:00
2ec095b160
tr 2024-06-17 18:18:03 +02:00
be2cf58284
crap 2024-06-17 18:11:47 +02:00
f12369d098
readme/links 2024-06-17 18:09:28 +02:00
c2d3a3506e
gt 2024-06-17 12:57:38 +02:00
ea5cc06fe5
gitea 2024-06-17 10:47:15 +02:00
b7db11ec10
readme/description 2024-06-17 08:56:48 +02:00
35f026a454
github/ubuntu 2024-06-17 08:34:36 +02:00
3091459389
.github 2024-06-17 08:32:41 +02:00
5 changed files with 13 additions and 7 deletions

1
.forgejo Symbolic link
View File

@ -0,0 +1 @@
.github

2
.gitea
View File

@ -1 +1 @@
.forgejo
.github

View File

@ -1 +0,0 @@
.forgejo

View File

@ -1,11 +1,15 @@
on: [push]
jobs:
job:
runs-on: ubuntu-latest
container:
image: debian:bookworm
steps:
- 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-clone-branch

View File

@ -1,8 +1,10 @@
# Project
Sample project using [Continuous Deployment](https://forge.rwx.work/rwx.work/cd).
## Continuous Integration links
* [ForgeJo](https://forge.rwx.work/rwx.work/project/actions)
* [Gitea](https://gitea.com/marc.beninca/project/actions)
* [GitHub](https://github.com/marc-beninca/project/actions)
* [GitLab](https://gitlab.com/marc.beninca/project/-/pipelines)
* [forgejo @ forge.rwx.work](https://forge.rwx.work/rwx.work/project/actions)
* [gitea @ git.projectsegfau.lt](https://git.projectsegfau.lt/rwx.work/project/actions)
* [github @ github.com](https://github.com/rwx-work/project/actions)
* [gitlab @ gitlab.com](https://gitlab.com/marc.beninca/project/-/pipelines)