add machine-enabled to deploy step
This commit is contained in:
parent
c1a9fe7204
commit
eb7adf37e1
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ jobs:
|
|||
- run: npm audit --audit-level=moderate
|
||||
|
||||
deploy:
|
||||
machine:
|
||||
enabled: true
|
||||
requires:
|
||||
- build
|
||||
working_directory: ~/node-go
|
||||
|
|
Loading…
Reference in a new issue