From f270dc6152b85190b0f29ef71c2f20c76534242f Mon Sep 17 00:00:00 2001 From: Tristan Date: Tue, 1 Dec 2020 17:16:34 +0100 Subject: [PATCH] update --- .circleci/config.yml | 3 ++- test_heroku.sh | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 test_heroku.sh diff --git a/.circleci/config.yml b/.circleci/config.yml index 063ff32..78bba05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,8 @@ jobs: at: /tmp - run: name: Deploy app - command: netlify deploy --prod + command: npm install netlify-cli -g + command: netlify deploy --prod --dir /tmp/server-doc --message "site deployed from circle ci" --site 9f2050c4-7f36-43a5-a801-50439ffceb17 back-test-unit: docker: - image: circleci/node:dubnium-browsers diff --git a/test_heroku.sh b/test_heroku.sh old mode 100644 new mode 100755