Compare commits

4 Commits
Author SHA1 Message Date
marc.beninca 83a2e1e260 readme/tasks
/ job (push) Has been cancelled
2026-07-11 00:51:01 +02:00
marc.beninca 71e7d3be77 ---
/ job (push) Has been cancelled
2026-07-10 23:09:53 +02:00
marc.beninca ec6aa88b97 readme 2026-07-10 22:28:56 +02:00
marc.beninca 8385034c27 fix subdomain 2026-07-10 22:28:25 +02:00
2 changed files with 78 additions and 4 deletions
+77 -3
View File
@@ -3,16 +3,76 @@
Sample project, demonstrating the use of \
[Shell to Python Continuous Deployment](https://forge.rwx.work/rwx.work/spcd).
## Continuous Integration
---
### builds
## Table Of Contents {#toc}
* 1 [Why](#why)
* 2 [How](#how)
* 3 [What](#what)
* 3.1 [Features](#what-features)
* 4 [Who](#who)
* 5 [Where](#where)
* 5.1 [Chat](#where-chat)
* 5.2 [Repo](#where-repo)
* 5.3 [Site](#where-site)
* 6 [When](#when)
* 6.1 [Tasks](#when-tasks)
---
## 1 [Why](#toc) {#why}
---
## 2 [How](#toc) {#how}
---
## 3 [What](#toc) {#what}
---
### 3.1 [Features](#what) {#what-features}
---
## 4 [Who](#toc) {#who}
* Author: [Marc Beninca](https://sifa.id/p/marc.beninca.link)
---
## 5 [Where](#toc) {#where}
---
### 5.1 [Chat](#where) {#where-chat}
#### ATProto
* [Colibri](https://colibri.social/app/c/3mi7sg2ocn622/t/3mi7so4ckyq2e) community
* [Roomy](https://roomy.space/did:plc:sdcqw2ij5hyvutnkfph5ct4w/01KWP7V1M1ABH7FA5X9MNDNXHD) space
#### IRC
* [Libera](ircs://irc.libera.chat/#project)
---
### 5.2 [Repo](#where) {#where-repo}
* [Code](https://forge.rwx.work/rwx.work/project)
* [Feed](https://forge.rwx.work/rwx.work/project.rss)
#### Actions
* [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/rwx.work/project/-/pipelines)
### variables
#### Variables
* [forgejo @ forge.rwx.work / beninca.link](https://forge.rwx.work/org/beninca.link/settings/actions/variables)
* [forgejo @ forge.rwx.work / marc.beninca.link](https://forge.rwx.work/org/marc.beninca.link/settings/actions/variables)
@@ -21,3 +81,17 @@ Sample project, demonstrating the use of \
* [gitea @ git.projectsegfau.lt / rwx.work](https://git.projectsegfau.lt/org/rwx.work/settings/actions/variables)
* [github @ github.com / rwx-work](https://github.com/organizations/rwx-work/settings/variables/actions)
* [gitlab @ gitlab.com / rwx.work](https://gitlab.com/groups/rwx.work/-/settings/ci_cd)
---
### 5.3 [Site](#where) {#where-site}
* [Web](https://project.rwx.work)
---
## 6 [When](#toc) {#when}
---
### 6.1 [Tasks](#when) {#when-tasks}
+1 -1
View File
@@ -8,4 +8,4 @@ from rwx.fs import make_directory, write
if __name__ == "__main__":
out = Path(__file__).parent / "out" / "web"
make_directory(out)
write(out / "index.html", "prj.rwx.work")
write(out / "index.html", "project.rwx.work")