Context
Currently, in Agroportal we are using our own scripts to do our deployments, the source code is here https://gite.lirmm.fr/jonquetlab/ontoportal_deploy_scripts.
we didn't use the original scripts in the appliance because the problem was that they were working only if we use the source code of NCBO and use the configuration files that are inside the appliance.
But In September 2022, @alexskr did a pull request to add GitHub actions to deploy our code each time we push code to GitHub.
Requirement