Skip to content

Commit

Permalink
Try different deploy approach
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich authored May 27, 2024
1 parent 18befc4 commit e5776aa
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:

- name: All Dependencies
run: ./run.sh install_all

- name: Test
run: ./run.sh run_tests

#- name: Coverage
# if: ${{ matrix.os == 'ubuntu-latest' }}
# run: ./run.sh coverage
- name: Install dependencies and deploy
run: |
R -e "
install.packages(rsconnect'));
rsconnect::setAccountInfo(name='${{secrets.SHINY_LUKAS_ACCOUNT}}', token='${{secrets.SHINY_LUKAS_TOKEN}}', secret='${{secrets.SHINY_LUKAS_SECRET}}');
rsconnect::deployApp(appName = 'CiteSource_latest', appDir = './inst/shiny-app/CiteSource')"

0 comments on commit e5776aa

Please sign in to comment.