I am struggle to find out how deploy my Dag file to live server Airflow. I am very new to it and still learning how the ops going. I would love to know some kinds of CI/CD for Airflow.
How to elaborate the Dags folder and other folders that deployed in GitHub repository and update the airflow DAGs in live server on git push ?
Is there anyway to deploy my DAG file through airflow web server?
For now I am still using manual method that upload the DAG file to the live server using ssh connection. I think this is not good practice for sustainable environment.