Migrate x402-stellar service builds to github actions - #68
Conversation
Signed-off-by: Satyam Zode <satyamz@users.noreply.github.com>
|
x402-stellar PR Preview deployed: |
There was a problem hiding this comment.
Pull request overview
This PR adds a GitHub Actions workflow to replace the prior CI/CD build pipeline for x402-stellar, building the server/client Docker images and pushing them to ECR on main (and via manual dispatch), with Slack notifications.
Changes:
- Add a new
build.ymlworkflow that checks out the repo, logs into ECR via OIDC, builds Docker images viamake, and pushes images to prd ECR. - Add Slack success/failure notifications for the build job.
- Gate the job using the
productionGitHub Environment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
x402-stellar PR Preview deployed: |
Signed-off-by: Satyam Zode <satyamz@users.noreply.github.com>
131fd20 to
cf6bdf2
Compare
|
x402-stellar PR Preview deployed: |
Signed-off-by: Satyam Zode <satyamz@users.noreply.github.com>
|
x402-stellar PR Preview deployed: |
|
x402-stellar PR Preview deployed: |
What:
Migrate x402-stellar service builds to github actions
Why:
We are moving builds to Github actions.
Issue:
https://github.com/stellar/ops/issues/4718