Skip to content

Commit

Permalink
Add account
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Shotwell committed Aug 1, 2023
1 parent b535b28 commit e7b7955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gallery-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Loop through the contents of the examples folder
for app_path in examples/*; do
if [ -d "$app_path" ]; then
rsconnect deploy shiny $app_path -T $TOKEN -S $SECRET
rsconnect deploy shiny $app_path -A gallery -T $TOKEN -S $SECRET
fi
done
env:
Expand Down

0 comments on commit e7b7955

Please sign in to comment.