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

fix : CI/CD 설정을 develop 브랜치에 맞게 재설정 #147

Merged
merged 3 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 0 additions & 90 deletions .github/workflows/cicd_production.yml

This file was deleted.

14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ src/main/resources/application.properties
/src/main/generated/com/nawabali/nawabali/domain/QUser.java
/src/main/generated/com/nawabali/nawabali/domain/QNotification.java

# CI/CD, 무중단배포 관련 파일
# CI/CD, 무중단배포 관련 파일 // git rm --cached {file name}
/appspec.yml
.github/workflows/cicd_production.yml
scripts/health.sh
scripts/profile.sh
scripts/start.sh
scripts/stop.sh
scripts/switch.sh
/.github/workflows/cicd_production.yml
/scripts/health.sh
/scripts/profile.sh
/scripts/start.sh
/scripts/stop.sh
/scripts/switch.sh
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions appspec.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.nawabali'
version = '1.0.1-SNAPSHOT-' + new Date().format("yyyy-MM-dd-HHmmss")
version = '0.0.1-SNAPSHOT'

java {
sourceCompatibility = '17'
Expand Down
39 changes: 0 additions & 39 deletions scripts/health.sh

This file was deleted.

38 changes: 0 additions & 38 deletions scripts/profile.sh

This file was deleted.

42 changes: 0 additions & 42 deletions scripts/start.sh

This file was deleted.

23 changes: 0 additions & 23 deletions scripts/stop.sh

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/switch.sh

This file was deleted.