Skip to content

Commit

Permalink
chore : CI cd 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sk000801 committed Mar 10, 2024
1 parent c450311 commit 6f8be30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-ci-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
REDIS_PORT: ${{secrets.REDIS_PORT}}
REDIS_TTL: ${{secrets.REDIS_TTL}}
run: |
cd ./src/resources
cd src/resources
touch application.properties
echo "DB_HOST_IP=$DB_HOST_IP" >> application.properties
echo "DB_PORT=$DB_PORT" >> application.properties
Expand Down

0 comments on commit 6f8be30

Please sign in to comment.