You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/11/10 04:10:11 UTC

[GitHub] [apisix-website] juzhiyuan opened a new pull request #84: feat: deploy every day

juzhiyuan opened a new pull request #84:
URL: https://github.com/apache/apisix-website/pull/84


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] LiteSun commented on a change in pull request #84: feat: deploy every day

Posted by GitBox <gi...@apache.org>.
LiteSun commented on a change in pull request #84:
URL: https://github.com/apache/apisix-website/pull/84#discussion_r520325591



##########
File path: .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 * * *"

Review comment:
       > UTC of course.
   > 
   > https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#schedule
   
   Got it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] juzhiyuan merged pull request #84: feat: deploy every day

Posted by GitBox <gi...@apache.org>.
juzhiyuan merged pull request #84:
URL: https://github.com/apache/apisix-website/pull/84


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #84: feat: deploy every day

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on a change in pull request #84:
URL: https://github.com/apache/apisix-website/pull/84#discussion_r520308860



##########
File path: .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 * * *"

Review comment:
       UTC of course.
   
   https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#schedule




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-website] LiteSun commented on a change in pull request #84: feat: deploy every day

Posted by GitBox <gi...@apache.org>.
LiteSun commented on a change in pull request #84:
URL: https://github.com/apache/apisix-website/pull/84#discussion_r520299718



##########
File path: .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 * * *"

Review comment:
       What time zone is this in?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org