From 0c009fdd6dc68ae788b16484166099bef4bc143c Mon Sep 17 00:00:00 2001 From: JB <61604340+brownjf2027@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:37:34 -0500 Subject: [PATCH] player update --- .github/workflows/master_sleepertiers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_sleepertiers.yml b/.github/workflows/master_sleepertiers.yml index febc31c..08b4fc4 100644 --- a/.github/workflows/master_sleepertiers.yml +++ b/.github/workflows/master_sleepertiers.yml @@ -73,5 +73,5 @@ jobs: id: deploy-to-webapp with: app-name: 'SleeperTiers' - slot-name: 'Production' +# slot-name: 'Production' startup-command: 'gunicorn -b 0.0.0.0:$PORT main:app'