From 30eba08946ec051d2a4179c17387269b88e09a40 Mon Sep 17 00:00:00 2001 From: Thibaut Dusanter Date: Thu, 22 Aug 2024 09:59:10 +0200 Subject: [PATCH] ci: fix backend deployment --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 4c6f500aad4..2728cc704d8 100644 --- a/Earthfile +++ b/Earthfile @@ -330,6 +330,7 @@ backend-build: backend-deploy: ## Déploie le backend dans une app Koyeb existante ARG --required KOYEB_API_KEY ARG --required TRAJECTOIRE_SNBC_SHEET_ID + ARG --required TRAJECTOIRE_SNBC_XLSX_ID ARG --required TRAJECTOIRE_SNBC_RESULT_FOLDER_ID FROM +koyeb RUN ./koyeb services update $ENV_NAME-backend/backend \