try deploying server2.yml

This commit is contained in:
Thibault Duplessis
2026-05-15 09:23:23 +02:00
parent 8948dd0a94
commit a370e64617
+2 -2
View File
@@ -46,7 +46,7 @@ ASSETS_FILES = [
]
SERVER_FILES = [
".github/workflows/server.yml",
".github/workflows/server2.yml",
"app",
"conf",
"modules",
@@ -60,7 +60,7 @@ SERVER_FILES = [
ASSETS_BUILD_URL = "https://api.github.com/repos/lichess-org/lila/actions/workflows/assets.yml/runs?per_page=100"
SERVER_BUILD_URL = "https://api.github.com/repos/lichess-org/lila/actions/workflows/server.yml/runs?per_page=100"
SERVER_BUILD_URL = "https://api.github.com/repos/lichess-org/lila/actions/workflows/server2.yml/runs?per_page=100"
ARTIFACT_DIR = "/home/lichess-artifacts"