From eb7adf37e17ca268c1893830e188166b968336e7 Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Sun, 29 Mar 2020 23:23:51 -0700 Subject: [PATCH] add machine-enabled to deploy step --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 77afa28..8fc0acf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,6 +50,8 @@ jobs: - run: npm audit --audit-level=moderate deploy: + machine: + enabled: true requires: - build working_directory: ~/node-go