Skip to content

Commit

Permalink
updated episode sources
Browse files Browse the repository at this point in the history
  • Loading branch information
steveyout committed Apr 23, 2024
1 parent 415edf7 commit d84049d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,4 @@ module.exports = {
instances:'max',
'exec_mode':'cluster'
}],

deploy : {
production : {
user : 'root',
host : '69.49.230.162',
ref : 'origin/main',
repo : 'https://github.com/steveyout/movies.git',
path : '/root/movies',
'pre-deploy-local': '',
'post-deploy' : 'npm install && pm2 reload ecosystem.config.js --env production',
'pre-setup': ''
}
}
};

0 comments on commit d84049d

Please sign in to comment.