Skip to content

Commit

Permalink
fix next-vars HOSTNAME variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Dec 15, 2023
1 parent aaeec67 commit ee7f98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ephemeral-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
id: next-vars
run: |
BASE_URL="${{ env.BASE_URL || env.NEXT_PUBLIC_BASE_URL || env.NEXTAUTH_URL }}"
HOSTNAME="${{ steps.already-deployed.outputs.existingAppUrl }}"
HOSTNAME="${{ steps.check-deploy.outputs.existingAppUrl }}"
ENVIRONMENT_VARIABLES=""
BUILDARGS=""
Expand Down

0 comments on commit ee7f98d

Please sign in to comment.