We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef4eef commit 5ea6021Copy full SHA for 5ea6021
jobs.js
@@ -9,8 +9,8 @@ module.exports = {
9
zork: {
10
name: 'Zork',
11
description: 'Wanna be eaten by grue?',
12
- cwd: '/home/dokku/zork',
13
- command: '/home/dokku/frotz/dfrotz',
+ cwd: '~/node-cli-demo/zork',
+ command: '~/node-cli-demo/frotz/dfrotz',
14
args: [ 'ZORK1.DAT' ],
15
uid: 1000,
16
gid: 1000
@@ -21,7 +21,7 @@ module.exports = {
21
cwd:
22
os.hostname().match(/\.local$/)
23
? '/Users/tk/eliza-cli'
24
- : '/home/dokku/eliza-cli',
+ : '~/node-cli-demo/eliza-cli',
25
command: 'node',
26
args: ['eliza']
27
},
0 commit comments