Skip to content

Commit

Permalink
Merge pull request #225 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 235251f + 041750a commit c09013f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'corretto'
java-version: '17'

- name: application.yaml 생성 및 data.sql 생성
- name: application.yml 생성 및 data.sql 생성
run: |
cd moonshot-api/src/main/resources
echo "${{ secrets.DEV_APPLICATION }}" > ./application-dev.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'corretto'
java-version: '17'

- name: application.yaml 작성
- name: application.yml 작성
run: |
cd moonshot-api/src/main/resources
echo "${{ secrets.DEV-APPLICATION }}" > ./application-dev.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'corretto'
java-version: '17'

- name: application.yaml 생성 및 data.sql 생성
- name: application.yml 생성 및 data.sql 생성
run: |
cd moonshot-api/src/main/resources
echo "${{ secrets.APPLICATION }}" > ./application-deploy.yaml
Expand All @@ -45,7 +45,7 @@ jobs:
docker push teammoonshot/server
prod-cd:
needs: deploy-ci
needs: prod-ci
runs-on: ubuntu-22.04

steps:
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 @@ -18,7 +18,7 @@ jobs:
distribution: 'corretto'
java-version: '17'

- name: application.yaml 작성
- name: application.yml 작성
run: |
cd moonshot-api/src/main/resources
echo "${{ secrets.APPLICATION }}" > ./application-deploy.yml
Expand Down

0 comments on commit c09013f

Please sign in to comment.