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 2021/09/16 00:53:07 UTC

[GitHub] [apisix-website] bzp2010 opened a new pull request #602: feat: add vercel preview

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


   Changes:
   
   Add PR preview to the repo. Powered by Vercel.
   
   Screenshots of the change:
   
   ![image](https://user-images.githubusercontent.com/8078418/133531917-0f7daf30-575b-4aeb-abc2-a2315a760394.png)
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-website] bzp2010 commented on pull request #602: feat: add vercel preview

Posted by GitBox <gi...@apache.org>.
bzp2010 commented on pull request #602:
URL: https://github.com/apache/apisix-website/pull/602#issuecomment-920496035


   Hi, @liuxiran. Please hava a look. XD


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-website] bzp2010 edited a comment on pull request #602: feat: add vercel preview

Posted by GitBox <gi...@apache.org>.
bzp2010 edited a comment on pull request #602:
URL: https://github.com/apache/apisix-website/pull/602#issuecomment-920495599


   About this plan:
   The website content is built by GitHub workflow, compressed into `tar.gz` volume files, and then uploaded to Vercel for decompression and deployment.
   
   About Vercel:
   Currently, it provides
   - 45 minutes of compile time for each project‘s each CI
   - 5000 API requests per day
   
   it limitations (Hobby)
   ![image](https://user-images.githubusercontent.com/8078418/133538999-b8728bf8-2d34-4504-b3b0-27a46d068cee.png)
   
   
   > Because our project has too many files after compilation and cannot be uploaded to Vercel one by one, I solve this problem by compressing, uploading and decompressing. 
   
   
   At the same time, we need to contact infra of ASF to add `Environment Secret` to our repo and obtain a GitHub token to automatically publish PR comment for preview URL.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-website] juzhiyuan commented on pull request #602: feat: add vercel preview

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on pull request #602:
URL: https://github.com/apache/apisix-website/pull/602#issuecomment-922493030


   > At the same time, we need to contact infra of ASF to add Environment Secret to our repo and obtain a GitHub token to automatically publish PR comment for preview URL.
   
   @bzp2010 Hi, may I know if this gets done?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-website] bzp2010 edited a comment on pull request #602: feat: add vercel preview

Posted by GitBox <gi...@apache.org>.
bzp2010 edited a comment on pull request #602:
URL: https://github.com/apache/apisix-website/pull/602#issuecomment-920495599


   About this plan:
   The website content is built by GitHub workflow, compressed into `tar.gz` volume files, and then uploaded to Vercel for decompression and deployment.
   
   About Vercel:
   Currently, it provides
   - 45 minutes of compile time for each project‘s each CI
   - 5000 API requests per day
   
   > Because our project has too many files after compilation and cannot be uploaded to Vercel one by one, I solve this problem by compressing, uploading and decompressing.
   
   
   At the same time, we need to contact infra of ASF to add `Environment Secret` to our repo and obtain a GitHub token to automatically publish PR comment for preview URL.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-website] juzhiyuan merged pull request #602: feat: add vercel preview

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


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-website] bzp2010 commented on pull request #602: feat: add vercel preview

Posted by GitBox <gi...@apache.org>.
bzp2010 commented on pull request #602:
URL: https://github.com/apache/apisix-website/pull/602#issuecomment-922562636


   @juzhiyuan, This PR is currently waiting for infra to add secret environment variables.
    


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-website] bzp2010 commented on pull request #602: feat: add vercel preview

Posted by GitBox <gi...@apache.org>.
bzp2010 commented on pull request #602:
URL: https://github.com/apache/apisix-website/pull/602#issuecomment-920495599


   About this plan:
   The website content is built by GitHub workflow, compressed into `tar.gz` volume files, and then uploaded to Vercel for decompression and deployment.
   
   About Vercel:
   Currently, it provides
   - 45 minutes of compile time for each project‘s each CI
   - 5000 API requests per day
   
   > Because our project has too many files after compilation and cannot be uploaded to Vercel one by one, I solve this problem by compressing, uploading and decompressing.
   
   
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix-website] bzp2010 edited a comment on pull request #602: feat: add vercel preview

Posted by GitBox <gi...@apache.org>.
bzp2010 edited a comment on pull request #602:
URL: https://github.com/apache/apisix-website/pull/602#issuecomment-922562636


   @juzhiyuan, This PR is currently waiting for infra to add secret environment variables.
    
   [Infra Ticket](https://issues.apache.org/jira/browse/INFRA-22337)


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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