auto-deploy-contracts-to-testnet#209
Merged
phertyameen merged 4 commits intoJun 28, 2026
Merged
Conversation
auto-deploy-contracts-to-testnet
|
@MaryammAli Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
@MaryammAli fix faining CI please |
Contributor
|
@MaryammAli What is the update on this fix? |
Contributor
Author
|
kindly approve workflow |
Contributor
|
@MaryammAli Also resolve conflict |
…nto auto-deploy-contracts-to-testnet
Contributor
Author
|
@phertyameen |
phertyameen
approved these changes
Jun 28, 2026
phertyameen
left a comment
Contributor
There was a problem hiding this comment.
Great work. Please feel free to apply for more issues here in the future
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Title
ci: automate Soroban contract deployment to Stellar Testnet on merge to main
Summary
This PR introduces an automated GitHub Actions deployment pipeline that deploys all Soroban contracts to the Stellar Testnet whenever changes are merged into the
mainbranch. Deployments only occur after all tests and integration checks pass, ensuring only validated contract code reaches the testnet.The workflow securely uses GitHub Secrets for deployment credentials, publishes deployed contract IDs as workflow artifacts, and includes a deployment summary for easy reference.
Changes Made
CI/CD Workflow
Added GitHub Actions workflow to automatically deploy contracts after successful merges to
main.Configured deployment to run only after:
cargo test)Prevents deployment if any validation step fails.
Automated Testnet Deployment
Deployment Artifacts
Saves deployed contract IDs as GitHub Actions artifacts.
Generates a workflow summary containing:
Security
Documentation
Updated deployment documentation with:
Files Modified
.github/workflows/testnet-deploy.ymldocs/deployment documentationAcceptance Criteria
cargo testpasses successfully.main.Closes CI: auto-deploy contracts to testnet on merge to main #84
Closes Improve scripts/build.sh: add checksums and artefact output #78