Skip to content

Commit

Permalink
Update: #20 ci/cd flow 멀티모듈프로젝트 반
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL authored Jul 8, 2024
1 parent 98dfda9 commit ed35ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: make application-secret.yml
if: contains(github.ref, 'dev') || contains(github.ref, 'main')
run: |
cd ./src/main/resources
cd ./genti-api/src/main/resources
touch ./application-secret.yml
echo "${{ secrets.APPLICATION_SECRET }}" > ./application-secret.yml
shell: bash
Expand All @@ -46,7 +46,7 @@ jobs:
- name: make application-deploy.yml
if: contains(github.ref, 'dev') || contains(github.ref, 'main')
run: |
cd ./src/main/resources
cd ./genti-api/src/main/resources
touch ./application-deploy.yml
echo "${{ secrets.APPLICATION_DEPLOY }}" > ./application-deploy.yml
shell: bash
Expand Down

0 comments on commit ed35ce1

Please sign in to comment.