diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a232fa9..1ab736c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,8 +4,8 @@ on: schedule: # Run at 7am every day # - cron: '0 7 * * *' - # Run at 7am every Monday - - cron: "0 7 * * 1" + # Run at 2am every Monday + - cron: "0 2 * * 1" workflow_dispatch: jobs: diff --git a/README.md b/README.md index e3f486b..fe68815 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You may log in with the following credentials: - email: admin@overhang.io - password: admin -The platform is reset weekly, every Monday at 7 am UTC. +The platform is reset weekly, every Monday at 2 am UTC. The [deployment script](https://github.com/overhangio/openedx-release-demo/blob/master/.github/workflows/deploy.yml) is included in this repository. If you are working on testing the latest release and you would like to modify this script, please open a pull request.