Skip to content

Commit 19843c3

Browse files
committed
Match the job name to production
1 parent 66a1646 commit 19843c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
HOST: ${{secrets.SSH_HOST}}
6767
ID: ${{secrets.ID}}
6868

69-
build_and_deploy_internal:
70-
name: Build and Deploy Internal
69+
build_and_deploy_production:
70+
name: Build and Deploy Production
7171
uses: ./.github/workflows/deploy.yml
7272
permissions:
7373
id-token: write

0 commit comments

Comments
 (0)