escape double quotes in pm2 command

This commit is contained in:
Trevor Blades
2019-08-21 20:23:11 -07:00
parent 9b0a8632f2
commit 6edbf75a46
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
npm test
- name: Register schema
run: |
'npx pm2 start index.js --node-args"-r esm"'
npx pm2 start index.js --node-args \"-r esm\"
npx apollo service:push
env:
port: 5000