Skip to content

Updating deploy.yml

Updating deploy.yml #4

Workflow file for this run

name: Deploy to shinyapps.io
on:
push:
branches:
- main
jobs:
deploy:
runs-on: [macOS-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Set up R
uses: r-lib/actions/setup-r@v2
- name: Install dependencies
run: |
install.packages("remotes")
remotes::install_deps(dependencies = TRUE)
- name: Deploy
env:
RSHINYAPPSTOKEN: ${{ secrets.BDD37BE867B12F421BE4443534430709 }}
RSHINYAPPSEMAIL: ${{ secrets.derekmeyer37@gmail.com }}

Check failure on line 20 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy to shinyapps.io

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 20, Col: 28): Unexpected symbol: 'derekmeyer37@gmail'. Located at position 9 within expression: secrets.derekmeyer37@gmail.com
run: |
rsconnect::deployApp(appDir = '~/Desktop/Research/epiworldRShiny')