Hello,
Currently, I have an EC2 Ubuntu machine (AWS) on which I installed my own Rstudio and Shiny servers.
Each time I have a modification to make on one of my applications, I go through my Rstudio-server to be able to access the script of the application in the /srv/shiny-server/app_name/app.R folder.
Is there a possibility for me to deploy my modifications on my applications from Gitlab (gitlab-ci.yml, gitlab-runner, CI / CD).
This will allow me to have versioning and to be able to make my tests locally before pushing them in Gitlab which will avoid me to connect each time to my Rstudio-server ?
Thanks