Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEVOPS-360] Fix Next.js environmentVariables not being updated in ephemeral deployments #102

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

ebronson68
Copy link
Contributor

@ebronson68 ebronson68 commented Jan 3, 2024

DEVOPS-360
Summary Next.js variables no longer being updated in ephemeral deployments
Type Story Story
Status In Progress
Points N/A
Labels -
---

Description

  • Fix Next.js environmentVariables not being updated in ephemeral deployments by including environmentVariables from the get-envs and next-vars step in the right order
  • Moved remove-prime-keys steps to be right after the get-envs step to reduce the amount of environmentVariables and buildArguments references throughout the workflow.
  • Moved check-next to be before check-deploy for simplicity sake

Related Links

@ebronson68 ebronson68 requested a review from a team as a code owner January 3, 2024 17:14
@github-actions github-actions bot added devops DevOps Team story New feature or request labels Jan 3, 2024
@ebronson68 ebronson68 merged commit eee558c into main Jan 3, 2024
5 checks passed
@ebronson68 ebronson68 deleted the story/DEVOPS-360/fix-next-vars-updates branch January 3, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops DevOps Team story New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants