From c24118fe977f0842a056f3e637ff531ab4b61b71 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Tue, 1 Dec 2020 16:35:04 +0100 Subject: [PATCH] config command test --- .circleci/config.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2f77800..a235539 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ jobs: at: /tmp - run: name: Deploy app - command: echo todo && false + command: netlify deploy --prod back-test-unit: docker: - image: circleci/node:dubnium-browsers @@ -94,7 +94,6 @@ jobs: API_HOST: localhost API_PROTOCOL: http - docker-build-and-push: working_directory: /dockerapp docker: - image: docker:17.05.0-ce-git @@ -121,7 +120,7 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push heroku main + command: git push https://heroku:0c182b29-a735-49f6-a653-913f906d3a39@git.heroku.com/calm-island-54504.git HEAD:main - run: name: Smoke Test command: ./heroku_test_dep.sh @@ -140,15 +139,6 @@ workflows: - lint: requires: - build - - docker-build-and-push: - requires: - - build - - lint - - back-test-e2e - - back-test-unit - filters: - branches: - only: main - back-deploy-heroku: requires: - build