How to put dag files from remote server like jenkins to Airlfow

Hello All,
I am working on CICD process on airflow. Airflow is setup on Single VM. From Jenkins I want to put the dags stored in git to Airflow. is there any way to put the files under dag other than doing it via SCP command. I do not want to use scp because port 22 is blocked from specif IPS

Thanks in Advance
Narendra Jadhav

We like to bake our DAGs into the image we deploy via CI/CD, using the Astro CLI which uses docker build under the cover.