Skip to content

Commit

Permalink
Fix app name in the gh action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flor14 committed Nov 14, 2023
1 parent 418678f commit 994a8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yaml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Authorize and deploy app
env:
# Provide your app name, account name, and server to be deployed below
APPNAME: feederwatch_app
APPNAME: shinyssd
ACCOUNT: flor
SERVER: shinyapps.io # server to deploy
run: |
Expand Down

0 comments on commit 994a8ee

Please sign in to comment.