diff --git a/bin/deploy b/bin/deploy index 3e1fa7b071a..50fccb373e7 100755 --- a/bin/deploy +++ b/bin/deploy @@ -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"