Skip to content

Commit

Permalink
build: CD 시 local profile 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
donghoony committed Aug 1, 2024
1 parent 612c109 commit 8a4f0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
- name: Start server
run: |
sudo nohup java -jar ${{ env.ARTIFACT_DIRECTORY }}/${{ env.ARTIFACT_NAME }}.jar --server.port=80 &
sudo nohup java -jar ${{ env.ARTIFACT_DIRECTORY }}/${{ env.ARTIFACT_NAME }}.jar --server.port=80 --spring.profiles.active=local &

0 comments on commit 8a4f0e5

Please sign in to comment.