Skip to content

Commit

Permalink
FEAT: Allow Deploy of Tableau Publisher to Staging (#399)
Browse files Browse the repository at this point in the history
Allow Tableau Publisher to be manually deployed to staging
  • Loading branch information
rymarczy authored Jul 11, 2024
1 parent 467d194 commit 096fda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
docker-tag: ${{ steps.build-push.outputs.docker-tag }}
- name: Deploy Tableau Publisher Application
id: deploy-tableau-publisher
if: ${{ inputs.deploy-tableau-publisher && inputs.environment == 'prod' }}
if: ${{ inputs.deploy-tableau-publisher && inputs.environment != 'dev' }}
uses: mbta/actions/deploy-scheduled-ecs@v2
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
default: false
type: boolean
deploy-tableau-publisher:
description: Deploy Tableau Publisher (only run on Prod)
description: Deploy Tableau Publisher (not run on Dev)
default: false
type: boolean

Expand Down

0 comments on commit 096fda0

Please sign in to comment.