Skip to content

Commit a6dfcd2

Browse files
committed
chore: not under active development
1 parent 4f1a4eb commit a6dfcd2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Not under active development
2+
3+
Docker Swarm shown itself to be a very unstable and unreliable solution for the deployment of the Ptah.sh platform.
4+
5+
This lead to the decision to move away from Docker Swarm and to use Kubernetes (/hand-crafted orchestrator) as the underlying technology for the Ptah.sh platform.
6+
7+
As this is going to be a big change, I'm archiving the project for now.
8+
9+
If you would like to help with the development, please file a ticket.
10+
111
<p align="center"><a href="https://ptah.sh" target="_blank">
212
<img src="https://github.com/ptah-sh/ptah-server/raw/main/.github/assets/logo.png" alt="Ptah.sh Logo">
313
</a></p>

app/Actions/Services/LaunchReviewApp.php

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public function launch(NodeTaskGroup $taskGroup, Service $service, ReviewAppMeta
1919
return DB::transaction(function () use ($taskGroup, $service, $meta, $process, $worker) {
2020
$latestDeployment = $service->latestDeployment->data;
2121

22+
// TODO: each request creates a new review app service !!!
2223
$deploymentData = $latestDeployment->fork($meta->ref, $process, $worker);
2324

2425
$reviewApp = $service->reviewApps()->updateOrCreate([

0 commit comments

Comments
 (0)