From f1c61c6988f0a6e5cb2112bc2b672762ce1f974f Mon Sep 17 00:00:00 2001 From: lf-santos Date: Tue, 30 May 2023 09:58:34 -0300 Subject: [PATCH] add railway token variable def --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 037645ab2..412fbeecd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: - run: name: Deploy to Railway App (You must set RAILWAY_TOKEN env var) command: | - cd section-07-ci-and-publishing/house-prices-api && railway up --detach + cd section-07-ci-and-publishing/house-prices-api && RAILWAY_TOKEN=$RAILWAY_TOKEN railway up --detach section_07_test_and_upload_regression_model: <<: *defaults