Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit f0cf584

Browse files
committed
deploy: no automatic deployment to Now
1 parent 84a0840 commit f0cf584

File tree

5 files changed

+1
-40
lines changed

5 files changed

+1
-40
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,3 @@ after_success:
1313
branches:
1414
except:
1515
- /^v\d+\.\d+\.\d+$/
16-
deploy:
17-
script: scripts/deploy.sh
18-
provider: script
19-
skip_cleanup: true
20-
on:
21-
branch: master

now.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"keywords": ["validate", "commit", "pr", "conventional", "git", "probot-app"],
99
"main": "index.js",
1010
"scripts": {
11-
"now": "now",
12-
"now-start": "PRIVATE_KEY=$(echo $PRIVATE_KEY | base64 -d) npm start",
1311
"start": "probot run ./index.js",
1412
"test": "mocha",
1513
"semantic-release":
@@ -24,7 +22,6 @@
2422
"expect": "^1.20.2",
2523
"localtunnel": "^1.8.2",
2624
"mocha": "^3.2.0",
27-
"now": "^8.3.10",
2825
"semantic-release": "^8.2.0"
2926
},
3027
"engines": {

scripts/deploy.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)