Skip to content

Commit

Permalink
Merge pull request #147 from Nawabali-project/feature/146/cicdConfAdj…
Browse files Browse the repository at this point in the history
…ustment

fix : CI/CD 설정을 develop 브랜치에 맞게 재설정
  • Loading branch information
peter-jaesungyu authored Apr 29, 2024
2 parents 47c3006 + 83b83cd commit d7b895d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 283 deletions.
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
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.

0 comments on commit d7b895d

Please sign in to comment.