Skip to content

Solana buffer deploy

Actions
Github action to deploy a program buffer on Solana
v0.1.6
Latest
Star (3)

Solana Buffer Deploy Github Action

Use this github action to automate Solana program deployments straight from Github.

Usage

You can now consume the action by referencing the v1 branch

uses: actions/[email protected]
with:
  network: https://api.devnet.solana.com
  program: my_program
  keypair: ${{ env.DEPLOYER_KEYPAIR }}
  program-id: prgCo6HJ2bP8xPJ3zwVnfVbqhBbBgY8t7moykr7wzCx
  buffer-authority: 7CLWzQ3pGwk9TCBnNFVq2p79NGQ8WyhSrrjfXiPN4L9m

Package for distribution

GitHub Actions will run the entry point from the action.yml.

Packaging assembles the code into one file in the dist folder that can be checked in to Git, enabling fast and reliable execution and preventing the need to check in node_modules.

Run prepare

yarn prepare

Since the packaged index.js is run from the dist folder.

git add dist

See the actions tab for runs of this action! 🚀

Solana buffer deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github action to deploy a program buffer on Solana
v0.1.6
Latest

Solana buffer deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.