https://github.com/uphy/watch-web
https://github.com/uphy/watch-web
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uphy/watch-web
- Owner: uphy
- Created: 2018-08-17T03:37:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:55:10.000Z (over 3 years ago)
- Last Synced: 2024-06-21T09:42:44.434Z (about 2 years ago)
- Language: HTML
- Size: 11.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# watch-web
This is personal project to watch web site updates.
## Deploy
Deploy to Heroku with GitHub Actions when you update the master branch.
```sh
$ git checkout master
$ git push
```
- Use Heroku Redis(Redis To Go)
- Use Heroku Scheduler for executing periodically
## Develop
```sh
$ make
```