Hello Patrick, Great read and very informative.
I’m new to GitHub actions
Had some questions:
- I want to automate the CI process where the tool I use is connected to the GitHub and there are 2 dbs
After a developer pushes to one db, the second db should have the capability to pull the resources that were pushed in the first db.
The tool (hosted on a windows vm) provides a .bat file which triggers the pull for the second db.
How can I connect to the vm from GitHub using actions and point to the folder and make use of the .bat file to trigger the pull.
Looking forward to your expertise.
Thanks a lot