From a7941412fb94556ac1824130b1d15865e74c9bb6 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 25 Apr 2022 20:59:25 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=97=E3=83=AD=E3=82=A4=E5=85=88?= =?UTF-8?q?=E3=81=AE=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-codesandbox.yml | 10 ---------- .github/workflows/sync-glitch.yml | 13 ------------- README.md | 24 +----------------------- app.json | 12 ------------ fly.toml | 4 ---- sandbox.config.json | 3 --- 6 files changed, 1 insertion(+), 65 deletions(-) delete mode 100644 .github/workflows/sync-codesandbox.yml delete mode 100644 .github/workflows/sync-glitch.yml delete mode 100644 app.json delete mode 100644 fly.toml delete mode 100644 sandbox.config.json diff --git a/.github/workflows/sync-codesandbox.yml b/.github/workflows/sync-codesandbox.yml deleted file mode 100644 index 3d8abb0..0000000 --- a/.github/workflows/sync-codesandbox.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: sync-codesandbox -on: - push: - branches: [master] -jobs: - main: - runs-on: ubuntu-latest - steps: - - uses: kou029w/sync-codesandbox@master - with: { url: "https://1uukr.sse.codesandbox.io/" } diff --git a/.github/workflows/sync-glitch.yml b/.github/workflows/sync-glitch.yml deleted file mode 100644 index 0bd87ac..0000000 --- a/.github/workflows/sync-glitch.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: sync-glitch -on: - push: - branches: [master] -jobs: - main: - runs-on: ubuntu-latest - steps: - - run: npx sync-glitch-cli - env: - GH_REPO: "${{ github.repository }}" - GLITCH_PROJECT_ID: ae04f91d-6c70-41c2-b67b-77ef3b9dde16 - GLITCH_TOKEN: "${{ secrets.GLITCH_TOKEN }}" diff --git a/README.md b/README.md index 246a83f..1e35bcd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # だらずさん ⚡ -[Slack ⚡ Bolt](https://github.com/SlackAPI/bolt) で作り直した [だらずさん](https://github.com/daraz-tek/daraz-bot) +[Bolt](https://github.com/slackapi/bolt-js) で作り直した [だらずさん](https://github.com/daraz-tek/daraz-bot) ## つかいかた @@ -20,25 +20,3 @@ - `SLACK_BOT_TOKEN` ... OAuth & Permissions ページにあるボット (xoxb) トークン - `SLACK_SIGNING_SECRET` ... Basic Information ページにある Signing Secret - (Optional) `PORT` ... ポート番号。デフォルトは 8080。 - -### デプロイ - -#### Fly.io - -[`flyctl deploy`](https://fly.io/docs/speedrun/) - -#### Heroku - -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kou029w/daraz-san) - -#### Google Cloud Run - -[![Deploy](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run/?git_repo=https://github.com/kou029w/daraz-san) - -#### CodeSandbox - -[![Edit daraz-san](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/kou029w/daraz-san) - -#### Glitch - -[![Edit daraz-san](https://img.shields.io/badge/glitch-edit-33f?logo=glitch&style=for-the-badge)](https://glitch.com/edit/#!/kou029w-daraz-san) diff --git a/app.json b/app.json deleted file mode 100644 index 41dba79..0000000 --- a/app.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "env": { - "SLACK_BOT_TOKEN": { - "description": "Slack Bot Token", - "value": "xoxb-" - }, - "SLACK_SIGNING_SECRET": { - "description": "Slack Signing Secret", - "value": "" - } - } -} diff --git a/fly.toml b/fly.toml deleted file mode 100644 index 68e139c..0000000 --- a/fly.toml +++ /dev/null @@ -1,4 +0,0 @@ -app = "daraz-san-kou029w" - -[build] - builder = "cloudfoundry/cnb:base" diff --git a/sandbox.config.json b/sandbox.config.json deleted file mode 100644 index a4df855..0000000 --- a/sandbox.config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "template": "node" -}