Skip to content

Commit

Permalink
Update deploy-dev.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyo-j authored May 22, 2024
1 parent dd8b0a5 commit a86b355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
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.APPLICATION_TEST_YML }}" > baebae-BE/src/test/resources/application-test.yml
- name: create-json
id: create-json
Expand Down Expand Up @@ -63,4 +64,4 @@ jobs:
run: |
cd baebae-BE
chmod +x request_source_deploy_start.sh
./request_source_deploy_start.sh
./request_source_deploy_start.sh

0 comments on commit a86b355

Please sign in to comment.