From 8bbc767908f40f53072f548c7337624e493b7f09 Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Thu, 14 Jan 2021 23:33:06 +0100 Subject: [PATCH] :construction: add docker --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96527e0..a9a6a27 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,5 +85,9 @@ workflows: requires: - install - deploy-netlify: + context: netlify_devops_final requires: - - prod-build \ No newline at end of file + - prod-build + - docker-build-push: + requires: + - install \ No newline at end of file