Skip to content

Commit

Permalink
Merge pull request #2 from zeoflow/initial-deploy
Browse files Browse the repository at this point in the history
Repo initialised
  • Loading branch information
teogor authored Oct 1, 2020
2 parents 9dea097 + 7df2cd2 commit 2d2f297
Show file tree
Hide file tree
Showing 177 changed files with 20,637 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .bash_history
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
refresh
npm -v
npm start
npm install
npm start
npm -v
npm install -g npm@latest
npm -v
refresh
4 changes: 4 additions & 0 deletions .config/configstore/update-notifier-npm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"optOut": false,
"lastUpdateCheck": 1598446604184
}
4 changes: 4 additions & 0 deletions .config/configstore/update-notifier-probot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"optOut": false,
"lastUpdateCheck": 1598446648335
}
1 change: 1 addition & 0 deletions .config/glitch-package-manager
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
APP_ID=12345
WEBHOOK_SECRET=WEBHOOK_SECRET
NODE_ENV=production
PRIVATE_KEY_PATH=res/keys/pk.pem
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
5 changes: 5 additions & 0 deletions .github/first-timers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repository: camp
labels:
- first-timers-only
- available
template: .github/FIRST_TIMERS_ISSUE_TEMPLATE.md
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Test
"on":
push:
branches:
pull_request:
jobs:
12 changes: 12 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "ZeoBot",
"alias": "zeobot",
"env": {
"APP_ID": "@app-id",
"DISABLE_STATS": "true",
"NODE_ENV": "production",
"PRIVATE_KEY": "@private-key",
"SENTRY_DSN": "@sentry-dsn",
"WEBHOOK_SECRET": "@webhook-secret"
}
}
Loading

0 comments on commit 2d2f297

Please sign in to comment.