File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 "start" : " next start" ,
1818 "export" : " next export" ,
1919 "predeploy" : " npm run build && npm run export && touch ./out/.nojekyll" ,
20- "deploy" : " node scripts/pages.js SafeNetIoT gh-pages " ,
20+ "deploy" : " npm run custom-domain && node scripts/pages.js SafeNetIoT main " ,
2121 "custom-domain" : " node scripts/cname.js safenetiot.com www.SafeNetIoT.github.io" ,
2222 "lint" : " next lint"
2323 },
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ const build_path = './out';
33
44const args = process . argv . slice ( 2 ) ;
55const username = args [ 0 ] ;
6- const repoURL = `https://github.com/${ username } / ${ username } .github.io.git` ;
6+ const repoURL = `https://github.com/SafeNetIoT/SafeNetIoT .github.io.git` ;
77const branch = args [ 1 ] ;
88
99console . log ( `Deploying to ${ repoURL } branch ${ branch } ` ) ;
You can’t perform that action at this time.
0 commit comments