hxhkim / hxhkim.github.io

Introducing webpage
https://hxhkim.github.io/
Other
2 stars 0 forks source link

[Cron] set cron schedule and test on docker container #26

Closed hxhkim closed 10 months ago

hxhkim commented 10 months ago

Task

Branch

Changes

$ apt update
$ apt install cron
$ crontab -e
* * * * * /usr/local/apache2/htdocs git pull
$ service cron start
$ service cron status

Test

image

Docs