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]
|
||||
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
|
10
readme.md
10
readme.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user