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

Refactor Github Actions Workflow files and reload.sh for CI/CD performance #535

Merged
merged 19 commits into from
Jan 2, 2024

Conversation

ChoHadam
Copy link
Member

@ChoHadam ChoHadam commented Jan 1, 2024

Why:

What's being changed:

  • Update Github Actions Workflow files
    • Use bash commands instead of sh commands
    • Get the latest changes from the branch (using git pull)
    • Manage branch name with env variable BRANCH_NAME
    • Use && to ensure each step runs successfully
  • Update reload.sh
    • Delete duplicate code and clarify it's role

@ChoHadam ChoHadam added enhancement New feature or request Refactoring fix labels Jan 1, 2024
@ChoHadam ChoHadam self-assigned this Jan 1, 2024
@ChoHadam ChoHadam merged commit adf7633 into dev Jan 2, 2024
2 checks passed
@ChoHadam ChoHadam deleted the refact/issue-533-continued branch January 2, 2024 01:21
@ChoHadam ChoHadam changed the title Refactor deploy-development.yml and reload.sh for CI/CD performance Refactor Github Actions Workflow files and reload.sh for CI/CD performance Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix Refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactoring] Improve CI/CD performance with github-hosted runner
1 participant