Skip to content

Commit

Permalink
ci: fix backend deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dthib committed Aug 22, 2024
1 parent f6343e5 commit 30eba08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 30eba08

Please sign in to comment.