Skip to content

Commit a99d71a

Browse files
committed
Merge branch 'master' of github.com:medyo/hackertab.dev into develop
1 parent cbd49a5 commit a99d71a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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"

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"

0 commit comments

Comments
 (0)