add machine-enabled to deploy step

This commit is contained in:
sorrelbri 2020-03-29 23:23:51 -07:00
parent c1a9fe7204
commit eb7adf37e1

View file

@ -50,6 +50,8 @@ jobs:
- run: npm audit --audit-level=moderate
deploy:
machine:
enabled: true
requires:
- build
working_directory: ~/node-go