File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 with :
1515 host : ${{ secrets.SSH_HOST }}
1616 user : ${{ secrets.SSH_USERNAME }}
17- pass : ${{ secrets.SSH_PASSWORD }}
17+ key : ${{ secrets.SSH_KEY }}
1818 command : |
1919 cd ~/hackertab.dev
2020 git pull origin master
2121 yarn install --production
22- yarn build
22+ yarn web- build
Original file line number Diff line number Diff line change 1- [ ![ Website hackertab.dev] ( https://img.shields.io/website-up-down-green-red/http /hackertab.dev.svg )] ( https://hackertab.dev/ )
1+ [ ![ Website hackertab.dev] ( https://img.shields.io/website-up-down-green-red/https /hackertab.dev.svg )] ( https://hackertab.dev/ )
22[ ![ Apache 2 license] ( https://img.shields.io/badge/license-Apache%202-blue.svg )] ( https://github.com/medyo/hackertab.dev/blob/master/LICENSE )
33[ ![ Mozilla Add-on] ( https://img.shields.io/amo/v/hackertab-dev?style=plastic )] ( https://bit.ly/hackertab-ff )
44[ ![ Chrome Web Store] ( https://img.shields.io/chrome-web-store/v/ocoipcahhaedjhnpoanfflhbdcpmalmp?style=plastic )] ( https://bit.ly/hackertab-ch )
Original file line number Diff line number Diff line change 3333 "proxy" : " https://api.hackertab.dev/" ,
3434 "scripts" : {
3535 "start" : " react-scripts start" ,
36- "web-build" : " REACT_APP_WEB_BUILD=1 CI= react-scripts --max_old_space_size=512 build" ,
36+ "web-build" : " REACT_APP_WEB_BUILD=1 CI= react-scripts --max_old_space_size=3072 build" ,
3737 "build" : " ./script/build.sh" ,
3838 "stores-build" : " ./script/stores_build.sh" ,
3939 "eject" : " react-scripts eject"
Original file line number Diff line number Diff line change 11{
22 "name" : " Hackertab.dev" ,
33 "description" : " The Developer’s Homepage" ,
4- "version" : " 1.9.4 " ,
4+ "version" : " 1.10.0 " ,
55 "manifest_version" : 2 ,
66 "chrome_url_overrides" : {
77 "newtab" : " index.html"
You can’t perform that action at this time.
0 commit comments