Compare commits
No commits in common. "26c882f94c6ad7c8a516c85b36410c80d0465b41" and "bbf5d251395074c77172cae5923bbbd1fb04be30" have entirely different histories.
26c882f94c
...
bbf5d25139
@ -1,15 +1,11 @@
|
||||
on: [push]
|
||||
jobs:
|
||||
job:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: debian:bookworm
|
||||
steps:
|
||||
- name: cd
|
||||
run: >
|
||||
echo '${{vars.CD}}' | tr --delete '\r' | sh -s
|
||||
"${{secrets.CD_SSH_KEY}}"
|
||||
"${{vars.CD_SSH_HOSTS}}"
|
||||
run: ${{vars.cd}} "${{secrets.cd_ssh_key}}" "${{vars.cd_ssh_hosts}}"
|
||||
|
||||
- run: cd-list-environment
|
||||
- run: cd-clone-branch
|
10
readme.md
10
readme.md
@ -1,10 +1,8 @@
|
||||
# Project
|
||||
|
||||
Sample project using [Continuous Deployment](https://forge.rwx.work/rwx.work/cd).
|
||||
|
||||
## Continuous Integration links
|
||||
|
||||
* [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)
|
||||
* [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)
|
||||
|
Loading…
Reference in New Issue
Block a user