From f242010af9d17a84ca0cb354f5bd08404af338c7 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 19:04:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updated=20Build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c7a6f5b..8b83fd9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ workflows: version: 2 - build-test-and-lint: + my_workflow: jobs: - build @@ -21,3 +21,13 @@ jobs: paths: - node_modules key: dependencies-{{ checksum "package.json" }}-v1 + + netlify_deploy: + docker: + - image: buildpack-deps:trusty + steps: + - checkout + - run: + name: Netlify Deploy + command: netlify deploy --site $NETLIFY_SITE_ID + \ No newline at end of file