From 72508f9bdbb9931f0f16261697756b671b676547 Mon Sep 17 00:00:00 2001 From: Maxime Delporte Date: Fri, 31 Oct 2025 12:07:27 +0100 Subject: [PATCH] Fix typo. --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 36d9bc5..722e229 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -72,4 +72,4 @@ jobs: pkill greenlight-api || true; \ nohup /var/www/greenlight/greenlight-api > /var/www/greenlight/greenlight.log 2>&1 & \ " - echo "App deployed 🎆" \ No newline at end of file + echo "App launched 🎆" \ No newline at end of file