Skip to content

Commit

Permalink
Test: 깃허브 CI-CD 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed May 23, 2024
1 parent 340aa18 commit 9f2a01c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
mkdir -p baebae-BE/src/test/resources
echo "${{ secrets.APPLICATION_YML }}" > baebae-BE/src/main/resources/application.yml
echo "${{ secrets.APPLICATION_DEPLOY_YML }}" > baebae-BE/src/main/resources/application-deploy.yml
echo "${{ secrets.TEST_APPLICATION_YML }}" > baebae-BE/src/test/resources/application.yml
echo "${{ secrets.APPLICATION_TEST_YML }}" > baebae-BE/src/test/resources/application-test.yml
- name: create-json
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
mkdir -p baebae-BE/src/test/resources
echo "${{ secrets.APPLICATION_YML }}" > baebae-BE/src/main/resources/application.yml
echo "${{ secrets.APPLICATION_DEPLOY_YML }}" > baebae-BE/src/main/resources/application-deploy.yml
echo "${{ secrets.TEST_APPLICATION_YML }}" > baebae-BE/src/test/resources/application.yml
echo "${{ secrets.APPLICATION_TEST_YML }}" > baebae-BE/src/test/resources/application-test.yml
- name: create-json
Expand All @@ -39,7 +40,7 @@ jobs:
run: |
cd baebae-BE
chmod +x ./gradlew
./gradlew build --quiet
./gradlew build -
- name: Create deployment package
run: |
Expand Down

0 comments on commit 9f2a01c

Please sign in to comment.