Skip to main content

Introduction

Want to update your application automatically without having to manually upload or download files? Raznar provides a Git Deployment feature to simplify and automate your application deployment process.

With Git Deployment, you just need to commit and push to the repository. The server will automatically pull the latest changes, making the deployment process faster, more consistent, and more controlled.

This feature supports:

  • Webhooks for auto deployment using CI/CD
  • Deploy Button to manually pull the latest code directly from the repository