Skip to content

Commit

Permalink
Use more beautiful name for deploying the website (#1206)
Browse files Browse the repository at this point in the history
This PR changes the name of the deploying website job. Instead of
"deploy (dev, sharezone-debug,
FIREBASE_SERVICE_ACCOUNT_SHAREZONE_DEBUG)" the name will be
"deploy-website-dev".
  • Loading branch information
nilsreichardt authored Dec 31, 2023
1 parent f402e15 commit b5a5972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ permissions: {}
jobs:
deploy:
runs-on: ubuntu-22.04
name: website-deploy-${{ matrix.environment.name }}
permissions:
checks: write # for FirebaseExtended/action-hosting-deploy
strategy:
Expand Down

0 comments on commit b5a5972

Please sign in to comment.