Using dbForge to set up CI/CD for MySQL

Using dbForge to set up CI/CD for MySQL

Hey, everybody! 
Can you please tell me if there are any possibilities to customize CI/CD with dbForge ? 
I've a situation where I've a remote database on Amazon RDS and a local database. Before dbForge I had to work with SSDT and there was an option to make "Publish" with which, you can deploy the database, is there something similar with dbForge? 
After a bit of searching, I noticed that you can use the CLI and dbforgemysql.com to create synchronization files and then apply them to the two databases. But how do I set this up for ci/cd when I've a remote DB and a repository to check out. 
Another question, can you please tell me how I can use dbforgemysql.com to add pre and post scripts (using the interface, adding pre/post scripts just includes them in the final synchronization file, but in the ci/cd process I would need to be able to do this via cli)? 
Perhaps my problem is solved by the /execute command in dbforgemysql.com, but I'm not completely sure.