ongdisheng commented on PR #667: URL: https://github.com/apache/fesod/pull/667#issuecomment-3474712956
Hi @alaahong, thanks for the feedback! ## Testing I've tested the workflow on my fork with the required secrets configured. You can see the working implementation in this [test PR](https://github.com/ongdisheng/fesod/pull/7). ## About the Deployment URLs There are two bot comments appearing in my test PRs: - `GitHub Actions bot`: This is the deployment from the workflow - `Netlify bot`: This is from Netlify's automatic GitHub integration Both URLs now point to the same preview site because the workflow uses the `alias` parameter to standardize the URL format. However, only the GitHub Actions workflow deployment is needed. ## Why Two Bot Comments? The Netlify bot appears because my test site still has Netlify's automatic GitHub integration enabled. Once the upstream repository is configured, you can disable Netlify's automatic builds by setting: - Site configuration → Build & deploy → Deploy Previews → **None** - Site configuration → Build & deploy → Branch deploys → **None** This way, only the GitHub Actions workflow will build and deploy, posting a single bot comment with the preview URL. This prevents duplicate builds and saves Netlify build minutes. The workflow has been tested and is working correctly on my fork. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
