Skip to content

Commit 626f120

Browse files
authored
Merge pull request #8544 from ecamp/fix-prod-deployment
Fix prod subdomain
2 parents 8b7e4cc + 5b71278 commit 626f120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment-stage-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
needs: build-and-push
3636
uses: ./.github/workflows/reusable-ecamp3-deployment.yml
3737
with:
38-
name: ${{ github.ref_name }}
38+
name: ${{ github.ref_name == 'prod' && 'app' || github.ref_name }}
3939
env: ${{ github.ref_name }}
4040
action: ${{ github.event.inputs.action || 'deploy' }}
4141
secrets: inherit

0 commit comments

Comments
 (0)