Description:
Problem
Deploying the contract to Stellar testnet is a manual process. This slows down development and can lead to mistakes.
Solution
Add automated deployment to Stellar testnet using GitHub Actions whenever code is merged to the main branch.
Tasks
Create deployment GitHub Action
Store Stellar keys as GitHub secrets
Build contract WASM in CI
Deploy to testnet automatically
Update contract ID environment variable
Notify team of successful deployment
Skills needed
DevOps, GitHub Actions, Stellar CLI
Difficulty
Medium
Description:
Problem
Deploying the contract to Stellar testnet is a manual process. This slows down development and can lead to mistakes.
Solution
Add automated deployment to Stellar testnet using GitHub Actions whenever code is merged to the main branch.
Tasks
Create deployment GitHub Action
Store Stellar keys as GitHub secrets
Build contract WASM in CI
Deploy to testnet automatically
Update contract ID environment variable
Notify team of successful deployment
Skills needed
DevOps, GitHub Actions, Stellar CLI
Difficulty
Medium