Skip to content

Update(#129)/ CI/CD env 변수 추가#132

Merged
Ruthgyeul merged 1 commit intomasterfrom
develop
May 13, 2025
Merged

Update(#129)/ CI/CD env 변수 추가#132
Ruthgyeul merged 1 commit intomasterfrom
develop

Conversation

@Ruthgyeul
Copy link
Member

#️⃣연관된 이슈

#129

📝작업 내용

CI/CD env 변수 추가

@Ruthgyeul Ruthgyeul requested a review from Copilot May 13, 2025 04:09
@Ruthgyeul Ruthgyeul self-assigned this May 13, 2025
@Ruthgyeul Ruthgyeul added 💻 MASTER Master PR 요청 HotFix 긴급히 오류를 고칠 때 labels May 13, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The purpose of this PR is to update the CI/CD workflow by adding a new environment variable.

  • Replaced the existing NEXT_PUBLIC_API_URL with NEXT_PUBLIC_BASE_API_URL
  • Updated the .github/workflows/deploy.yml file to echo the new variable into the .env file
Comments suppressed due to low confidence (1)

.github/workflows/deploy.yml:19

  • Ensure that the new environment variable 'NEXT_PUBLIC_BASE_API_URL' is consistently used across the codebase and that the associated CI/CD configuration is updated accordingly.
echo "NEXT_PUBLIC_BASE_API_URL=${{ secrets.NEXT_PUBLIC_BASE_API_URL }}" >> .env

@Ruthgyeul Ruthgyeul merged commit 7570108 into master May 13, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

HotFix 긴급히 오류를 고칠 때 💻 MASTER Master PR 요청

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants