Skip to content

Implement CI/CD

Lennart Karssen requested to merge CICD into master

This MR implements deployment CI/CD for Shiny apps. Any commit in a branch called development will be automatically deployed on the Shiny apps server in https://shiny-unilab.st.chulg/testing/app-name. Any commit in a branch called master will be automatically deployed on the Shiny apps server in https://shiny-unilab.st.chulg/app-name.

Edited by Lennart Karssen

Merge request reports