GitHub Action support for spin/deploy
Fermyon has recently released a collection of GitHub Actions for working with Spin that will empower you to pick up your development speed:
fermyon/actions/spin/setup
- installs the Spin CLI and necessary pluginsfermyon/actions/spin/push
- pushes a Spin application to a registryfermyon/actions/spin/deploy
- deploys a Spin application to Fermyon Cloud
Using spin/deploy
, you can now set up a Continuous Deployment pipeline on Fermyon Cloud. Whenever you merge a pull request into your GitHub repository of choice, spin/deploy
will trigger a new Spin application deployment. You can learn more about the set-up for this process with our GitHub Actions tutorial.
References: