Skip to content

Commit

Permalink
Schedulerに設定するコマンドをDenoに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3mo committed May 4, 2021
1 parent d2da8d8 commit 3b807e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Scrapboxの非公開・公開プロジェクトを分けて運用する際に面
## スタートガイド
以下の2ステップで実行可能です。
1. 下のボタン('Deploy to Heroku')を押し、必要な情報を入力。
2. Heroku Schedulerで`npm run transfer`を定期実行するように設定
2. Heroku Schedulerで`deno run --allow-net=scrapbox.io --allow-read=./ --allow-env index.ts`を定期実行するように設定

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https%3A%2F%2Fgithub.com%2Ftkgshn%2Fscrapbox-duplicater%2Ftree%2Fmaster)

Expand Down

0 comments on commit 3b807e9

Please sign in to comment.