From 173ef601c5f949c08df9a5ad648cf79c93304579 Mon Sep 17 00:00:00 2001 From: Tristan Date: Tue, 1 Dec 2020 17:19:26 +0100 Subject: [PATCH] test --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78bba05..30b6090 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,8 +53,9 @@ jobs: - attach_workspace: at: /tmp - run: - name: Deploy app command: npm install netlify-cli -g + - run: + name: Deploy app command: netlify deploy --prod --dir /tmp/server-doc --message "site deployed from circle ci" --site 9f2050c4-7f36-43a5-a801-50439ffceb17 back-test-unit: docker: