Skip to content

Commit c1bb605

Browse files
authored
Update deploy config
1 parent e42c061 commit c1bb605

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For Akropolis origins, the server can be reached at https://gas-oracle.akropolis
1313
Clone this repo:
1414

1515
```
16-
git clone [email protected]:akropolisio/gas-oracle.git
16+
git clone [email protected]:kaonone/gas-oracle.git
1717
cd gas-oracle
1818
```
1919

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "git+https://github.com/akropolisio/gas-oracle.git"
26+
"url": "git+https://github.com/kaonone/gas-oracle.git"
2727
},
2828
"author": "",
2929
"license": "MIT",
3030
"bugs": {
31-
"url": "https://github.com/akropolisio/gas-oracle/issues"
31+
"url": "https://github.com/kaonone/gas-oracle/issues"
3232
},
33-
"homepage": "https://github.com/akropolisio/gas-oracle#readme",
33+
"homepage": "https://github.com/kaonone/gas-oracle#readme",
3434
"dependencies": {
3535
"cors": "^2.8.5",
3636
"dotenv": "^16.0.0",

pm2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"production": {
1212
"host": "github-ci",
1313
"ref": "origin/master",
14-
"repo": "[email protected]:akropolisio/gas-oracle.git",
14+
"repo": "[email protected]:kaonone/gas-oracle.git",
1515
"path": "/home/github-ci/app",
1616
"pre-deploy-local": "rsync -e ssh .env github-ci:~/.env",
1717
"post-deploy": "mv ~/.env . && npm install && npm run start && pm2 save"

0 commit comments

Comments
 (0)