Skip to content

Commit

Permalink
flixhq
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 23, 2024
1 parent 37ce703 commit b14bced
Show file tree
Hide file tree
Showing 6 changed files with 939 additions and 36 deletions.
1 change: 1 addition & 0 deletions 1090933.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1090933
22 changes: 22 additions & 0 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
module.exports = {
apps : [{
script: 'npm run start',
watch: '.'
}, {
script: './service-worker/',
watch: ['./service-worker']
}],

deploy : {
production : {
user : 'SSH_USERNAME',
host : 'SSH_HOSTMACHINE',
ref : 'origin/master',
repo : 'GIT_REPOSITORY',
path : 'DESTINATION_PATH',
'pre-deploy-local': '',
'post-deploy' : 'npm install && pm2 reload ecosystem.config.js --env production',
'pre-setup': ''
}
}
};
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
env: {
TITLE: 'Youplex',
SITE_URL:'https://youplex.site',
API:'http://localhost:3000',
API:'http://localhost:3030',
BASE_URL:'https://flixhq.to'
},
};
Loading

0 comments on commit b14bced

Please sign in to comment.