-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix: sites deployment activation instructions in createDeployment #10566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 1.8.x
Are you sure you want to change the base?
fix: sites deployment activation instructions in createDeployment #10566
Conversation
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (8)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 📝 WalkthroughWalkthroughThe change updates a description string in src/Appwrite/Platform/Modules/Sites/Http/Deployments/Create.php, replacing the phrase "your function's deployment" with "your site's deployment." No logic, behavior, or control flow modifications were made. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
@ChiragAgg5k should i need to include specs file in pr too ? |
@Priyanshuthapliyal2005 yeah feel free to, make sure to update both 1.8.x and latest |
@Priyanshuthapliyal2005 command to run |
@ChiragAgg5k i have added specs files |
@Priyanshuthapliyal2005 can you please target the |
a49b3eb
to
0a962d8
Compare
0a962d8
to
f0b6eeb
Compare
i have updated the target branch |
commit: |
What does this PR do?
This pull request clarifies the deployment creation docs by stating that activation uses the site's deployment ID, not a function's deployment.
Fixes #10565
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Screenshots may also be helpful.)
verified against the generated swagger files.


Related PRs and Issues
Checklist