diff --git a/roagen.php b/roagen.php old mode 100644 new mode 100755 index 74a9287..3e057fa --- a/roagen.php +++ b/roagen.php @@ -154,4 +154,10 @@ $fp = fopen('dn42-rpki-export.json', 'w'); fwrite($fp, $json); fclose($fp); +// Commit update JSON file +echo shell_exec(""); + +// Push to all git remote repositories +echo shell_exec("./update.sh 2>&1"); + ?>