From 86ea2f3731b0965b1fb41c668d6f4f1b0e0e1631 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Tue, 1 Dec 2020 17:41:29 +0100 Subject: [PATCH] ls tmp --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3fa9f80..dfbdc0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: - run: name: Deploy app command: | - ls -al .. + ls -al /tmp sudo npm install -g --silent netlify-cli netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir=../tmp/server-doc --site tp-devops back-test-unit: