Since Syncmaven has a command-line interface, there are plenty of ways to run it in production starting from a
simple Cron to a more sophisticated tools such as Dagster or Airflow.However, since typically Syncmaven project is kept in a
git repository, the fastest way to setup scheduled sync is to use Github Actions.
All environment variables that are defined in the env section will be passed to the Syncmaven project. They
can be used as ${env.VAR_NAME} in any of the Syncmaven configuration files.