Skip to content
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

Implement action that deploys solana project to the devnet #7

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

botirk38
Copy link
Owner

Background

We needed to ensure that the generated code could be deployed to the Solana Devnet to verify the functionality of the project and to implement iteration functionality effectively.

Changes 🏗️

  • Created Deployment Action:
    • Implemented a new action named deploy_code to handle the deployment process.
    • Configured the Solana CLI to use the Devnet and set the keypair for transactions.
    • Added steps to build the Anchor project and deploy it to the Solana Devnet.
    • Included error handling to capture and log any issues during the build and deployment process.

@botirk38 botirk38 linked an issue Jun 30, 2024 that may be closed by this pull request
1 task
@botirk38 botirk38 merged commit cfffa9f into master Jul 1, 2024
4 checks passed
@botirk38 botirk38 deleted the 6-agent-should-handle-deployment-to-devnet branch July 1, 2024 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agent should handle deployment to devnet
2 participants