upd: config.projects (renamed prod-releaser to 'self')

This commit is contained in:
xdrm-brackets 2017-12-10 23:40:43 +01:00
parent 617dc8c825
commit bd89c2aa25
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"prod-releaser": { "self": {
"dir": "/vhost/prod-releaser", "dir": "/vhost/prod-releaser",
"cmd" : [ "cmd" : [
"git pull origin master" "git pull origin master"
@ -10,7 +10,7 @@
"dir": "/vhost/ndli1718", "dir": "/vhost/ndli1718",
"cmd" : [ "cmd" : [
"git pull origin master", "git pull origin master",
"npm run release" "npm run build"
] ]
} }