rstudio / actions

GitHub Actions for use with RStudio software.
MIT License
9 stars 10 forks source link

Make it easier to specify per-content Connect parameters #22

Open akgold opened 3 years ago

akgold commented 3 years ago

Right now, it's not possible to specify most parameters for the deployed content on Connect on a per-item basis, and the setup is a little confusing.

Perhaps it would be worth converting to a per-item format that could set more parameters:

with:
  my_app_1:
    dir: ./dir1
    title: My App 1
    access-type: all
    vanity: my_app_1
  my_app_2:
    dir: ./dir2
    title: My App 2
    access-type: acl
    allowed-users:
      - 1234
      - 5678