From ce6d094929a98fc28f59e5b35446e77af55119f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Bola=C3=B1os=20Vega?= <86499542+obolanosv@users.noreply.github.com> Date: Fri, 16 Jul 2021 15:22:03 -0600 Subject: [PATCH 1/4] Add .circleci/config.yml From 33ab0dd7b6fe328f54fbe4d6c5ebeb7162a0e2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Bola=C3=B1os=20Vega?= <86499542+obolanosv@users.noreply.github.com> Date: Fri, 16 Jul 2021 15:30:05 -0600 Subject: [PATCH 2/4] Add .circleci/config.yml --- .circleci/config.yml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 857f466a..54345df5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,14 +1,7 @@ -version: 2 -jobs: - build: - docker: # tircleci/node:10.0.0 # the primary container, where your job's commands are run - - image: circleci/node:10.0.0 # run in the background - steps: - - checkout # check out the code in the project directory - - run: npm install - - run: npm start & - - run: npm test - - deploy: - name: digital-ocean - command: ssh -o "StrictHostKeyChecking no" root@167.71.166.254"cd ~/circleciexpress; git pull; npm install; npm start &" - \ No newline at end of file +version: 2.1 +orbs: + node: circleci/node@3.0.0 +workflosws: + node-test: + jobs: + - node/test \ No newline at end of file From 7efe665b4e1e6a3ab6c56c35dfc44da6e55f23f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Bola=C3=B1os=20Vega?= <86499542+obolanosv@users.noreply.github.com> Date: Sat, 17 Jul 2021 16:23:29 -0600 Subject: [PATCH 3/4] Add .circleci/config.yml --- .circleci/config.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 54345df5..d4ddc88c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,14 @@ -version: 2.1 -orbs: - node: circleci/node@3.0.0 -workflosws: - node-test: - jobs: - - node/test \ No newline at end of file +version: 2 +jobs: + build: + docker: # tircleci/node:10.0.0 # the primary container, where your job's commands are run + - image: circleci/node:10.0.0 # run in the background + steps: + - checkout # check out the code in the project directory + - run: npm install + - run: npm start & + - run: npm test + #- deploy: + # name: digital-ocean + # command: ssh -o "StrictHostKeyChecking no" root@167.71.166.254"cd ~/circleciexpress; git pull; npm install; npm start &" + \ No newline at end of file From c5f6984a8bda4bd094c96fd5935004191e88158d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Bola=C3=B1os=20Vega?= <86499542+obolanosv@users.noreply.github.com> Date: Sat, 17 Jul 2021 16:24:52 -0600 Subject: [PATCH 4/4] Add .circleci/config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4ddc88c..659dfb4f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - run: npm install - run: npm start & - run: npm test - #- deploy: + # - deploy: # name: digital-ocean # command: ssh -o "StrictHostKeyChecking no" root@167.71.166.254"cd ~/circleciexpress; git pull; npm install; npm start &" \ No newline at end of file