Skip to content

Commit

Permalink
Merge pull request #295 from Travel-in-nanaland/deploy/#294-main-deploy
Browse files Browse the repository at this point in the history
[Deploy] main 브랜치 deploy 설정
  • Loading branch information
heeeeeseok authored Jul 12, 2024
2 parents 20cc878 + a966d50 commit dc72d25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 26 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ jobs:
run: |
mkdir -p src/main/resources
echo "${{ secrets.TEST_YML }}" | base64 --decode > src/main/resources/application-test.yml
find src
find src
# 2.5) secret설정한 appspec.yml 등록
- name: Set appspec.yml
run: |
echo "${{ secrets.APPSPEC }}" > appspec.yml
# - name: Set up MariaDB 10
# uses: getong/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ build/

application.yml
application-test.yml
appspec.yml
scripts/

## test를 위한 controller
TestController.java
Expand Down
19 changes: 0 additions & 19 deletions appspec.yml

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/execute-deploy.sh

This file was deleted.

0 comments on commit dc72d25

Please sign in to comment.