On this page
Deploy your Astro Site with Buddy
You can deploy your Astro project using Buddy, a CI/CD solution that can build your site and push it to many different deploy targets including FTP servers and cloud hosting providers.
How to deploy
Create a new project and connect it with a git repository (GitHub, GitLab, BitBucket, any private Git Repository or you can use Buddy Git Hosting).
Add a new pipeline.
In the newly created pipeline add a Node.js action.
In this action add:
Terminal windowAdd a deployment action — there are many to choose from, you can browse them in Buddy’s actions catalog. Although their settings can differ, remember to set the Source path to
dist
.Press the Run button.
More Deployment Guides
Filter by deploy type© 2021 Fred K. Schott
Licensed under the MIT License.
https://docs.astro.build/en/guides/deploy/buddy/