qwert666 / shinyapps-actions

Deploy your code to shinyapps.io πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shinyapps-actions

Use this action to easily deploy your code to shinyapps.io.

Example usage:

steps:
  - uses: actions/checkout@v2
    with:
        fetch-depth: 0
  - id: deploy
    name: Deploy to shinyapps.io
    uses: qwert666/shinyapps-actions@main
    env:
        SHINY_USERNAME: 'myusername'
        SHINY_TOKEN: ${{ secrets.SHINYAPP_TOKEN }}
        SHINY_SECRET: ${{ secrets.SHINYAPP_SECRET }}
        APP_NAME: 'myApp'
        APP_DIR: ''

About

Deploy your code to shinyapps.io πŸš€

License:Apache License 2.0


Languages

Language:Shell 62.3%Language:Dockerfile 37.7%