Skip to content

Commit

Permalink
Merge pull request #227 from MOONSHOT-Team/develop
Browse files Browse the repository at this point in the history
[Deploy] 운영서버 v1.0.0 배포
  • Loading branch information
0lynny authored Feb 27, 2024
2 parents c09013f + 95c0101 commit 7834cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: application.yml 생성 및 data.sql 생성
run: |
cd moonshot-api/src/main/resources
echo "${{ secrets.APPLICATION }}" > ./application-deploy.yaml
echo "${{ secrets.APPLICATION }}" > ./application-prod.yaml
echo "${{ secrets.DATA }}" > ./data.sql
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: application.yml 작성
run: |
cd moonshot-api/src/main/resources
echo "${{ secrets.APPLICATION }}" > ./application-deploy.yml
echo "${{ secrets.APPLICATION }}" > ./application-prod.yml
echo "${{ secrets.DATA }}" > ./data.sql
- name: build
Expand Down

0 comments on commit 7834cc6

Please sign in to comment.