Skip to content

Commit

Permalink
Delay adding shiny to this action until a later PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Sep 6, 2024
1 parent 32cf2df commit fc86072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
echo "Deploying single-user image and hub config to ${deployment}"
hubploy --verbose deploy --timeout 30m ${deployment} hub staging
echo
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev shiny stat159 stat20 nature a11y ugr01 data101 astro biology cee)
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev stat159 stat20 nature a11y ugr01 data101 astro biology cee)
deploy-hubs-to-prod:
if: github.event_name == 'push' && github.ref == 'refs/heads/prod'
Expand Down

0 comments on commit fc86072

Please sign in to comment.