You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/11/11 02:45:21 UTC

[apisix-website] branch master updated: feat: deploy every day (#84)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new bf50a8d  feat: deploy every day (#84)
bf50a8d is described below

commit bf50a8dafd7ab4b3051a51305b3b0265904324dc
Author: 琚致远 <ju...@apache.org>
AuthorDate: Wed Nov 11 10:40:32 2020 +0800

    feat: deploy every day (#84)
---
 .github/workflows/deploy.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 501bc95..1fc2c42 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -7,6 +7,9 @@ name: CI
 on:
   push:
     branches: [ master ]
+  schedule:
+  # Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
+  - cron: "0 9 * * *"
 
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs: