Hello!
Recently at work I have incorporated Git-Backed Content which deploys new code to RSConnect when new code is detected. I love the idea and was wondering if this is possible with GitHub Actions and shinyapps.io?
I was going through this blog post and was trying to incorporate it with my golem app. The problem is I am not familiar with GitHub actions or docker to adjust the code given so my effort ended in errors. I tried using the docker file golem generates (golem::add_dockerfile()) with modifications to run the deploy script (from the blog post) but run into the remotes package not available in the GitHub action. I looked at the docker file from the blog post and assumed it isn't set for a golem app.
Does this seem plausible? Is it useful? Would love to hear the pros/cons of trying to implement this!
Hello!
Recently at work I have incorporated Git-Backed Content which deploys new code to RSConnect when new code is detected. I love the idea and was wondering if this is possible with GitHub Actions and shinyapps.io?
I was going through this blog post and was trying to incorporate it with my golem app. The problem is I am not familiar with GitHub actions or docker to adjust the code given so my effort ended in errors. I tried using the docker file golem generates (golem::add_dockerfile()) with modifications to run the deploy script (from the blog post) but run into the remotes package not available in the GitHub action. I looked at the docker file from the blog post and assumed it isn't set for a golem app.
Does this seem plausible? Is it useful? Would love to hear the pros/cons of trying to implement this!