refs/archive
Some checks failed
/ alpine (push) Failing after 26s
/ debian (push) Failing after 1m7s
/ ubuntu (push) Failing after 1m20s
/ arch (push) Failing after 21s
/ opensuse (push) Successful in 2m47s
/ fedora (push) Successful in 11m51s
/ alma (push) Failing after 2m10s
/ rocky (push) Failing after 2m52s

This commit is contained in:
Marc Beninca 2025-04-14 11:15:34 +02:00
parent c940dab9b5
commit fc2fb7581b
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 3 additions and 5 deletions

View file

@ -116,6 +116,7 @@ Handle project workflows in a unified way:
| SPCD_GIT_RWX | RWX Git repository | rwx |
| SPCD_GIT_SHUNIT | ShUnit Git repository | shunit2 |
| SPCD_GIT_SPCD | SPCD Git repository | spcd |
| SPCD_REF_ARCHIVE | Archive deployment ref | old |
| SPCD_REF_FEATURE | Feature deployment ref | f |
| SPCD_REF_RELEASE | Release deployment ref | main |
| SPCD_REF_STAGING | Staging deployment ref | dev |
@ -167,14 +168,10 @@ Handle project workflows in a unified way:
## Who
### By
### Author
* [Marc Beninca](https://marc.beninca.link)
### For
* People feeling the need to aim for consistency in the CI / CD universe
---
## Where

View file

@ -384,6 +384,7 @@ spcd_e_default() {
[ -n "${SPCD_GIT_SHUNIT}" ] || SPCD_GIT_SHUNIT="shunit2"
[ -n "${SPCD_REF_ARCHIVE}" ] || SPCD_REF_ARCHIVE="old"
[ -n "${SPCD_REF_FEATURE}" ] || SPCD_REF_FEATURE="f"
[ -n "${SPCD_REF_RELEASE}" ] || SPCD_REF_RELEASE="main"
[ -n "${SPCD_REF_STAGING}" ] || SPCD_REF_STAGING="dev"