mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
fix cron
This commit is contained in:
parent
2123a328be
commit
112c654ece
4 changed files with 5 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -4,6 +4,6 @@ logs
|
|||
.venv
|
||||
.vscode
|
||||
.pytest_cache
|
||||
.apphub/swagger-ui
|
||||
.apphub/apphub.egg-info
|
||||
apphub/swagger-ui
|
||||
apphub/apphub.egg-info
|
||||
cli/__pycache__
|
|
@ -1,4 +1,4 @@
|
|||
# modify time: 202310271129, you can modify here to trigger Docker Build action
|
||||
# modify time: 2023102712, you can modify here to trigger Docker Build action
|
||||
|
||||
FROM python:3.10-bullseye AS buildstage
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
|
|
|
@ -1 +1 @@
|
|||
* * * * * /websoft9/script/update.sh
|
||||
0 2 * * * /websoft9/script/update.sh
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
echo "$(date) - Compare remote version and local version" | tee -a /var/log/supervisord.log
|
||||
|
||||
echo "Download "
|
||||
echo "$(date) - Download remote packages and replace local data" | tee -a /var/log/supervisord.log
|
||||
|
|
Loading…
Reference in a new issue