Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mataeLee authored Oct 11, 2024
1 parent 921024f commit a6a95ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
npm install --include=dev
# property.json 파일 생성
- name: Create property.json with dynamic AWS_EC2_DNS
- name: Create property.json
run: |
echo "${{ env.PROPERTY_JSON }}" | jq --arg dns "$AWS_EC2_DNS" '.publicURL = "http://\($dns)" | .catchweekServerHost = "http://\($dns):8080"' > ./src/configs/property.json
Expand Down

0 comments on commit a6a95ab

Please sign in to comment.