Skip to content

Commit

Permalink
chore :: 도메인 생성 action 디버깅용 출력
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed May 11, 2024
1 parent 7b845ba commit 2257b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add_domain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Add ecr
shell: bash
run: |
echo ${{ github.event.client_payload.domain }}
location=$(grep -n "# XQUARE_REPOSITORY_NAME" ecr.tf | cut -d ":" -f 1)
if [ -n "$location" ]; then
sed -i "${location}s|.*|&\n \"${{ github.event.client_payload.domain }}\",|" cloudflare.tf
Expand Down

0 comments on commit 2257b37

Please sign in to comment.