Compare commits

..

No commits in common. "26c882f94c6ad7c8a516c85b36410c80d0465b41" and "bbf5d251395074c77172cae5923bbbd1fb04be30" have entirely different histories.

5 changed files with 7 additions and 13 deletions

View File

@ -1 +0,0 @@
.github

View File

@ -1,15 +1,11 @@
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: > run: ${{vars.cd}} "${{secrets.cd_ssh_key}}" "${{vars.cd_ssh_hosts}}"
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

2
.gitea
View File

@ -1 +1 @@
.github .forgejo

1
.github Symbolic link
View File

@ -0,0 +1 @@
.forgejo

View File

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