Skip to content

Commit

Permalink
[IDLE-518] 들여쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mjj111 committed Jan 18, 2025
1 parent ad53897 commit 4bb9094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-server-deployer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
echo "Connected to Private Subnet productionServer via SSH Tunneling"
cd ~/app/docker
jq -s '.[0] * .[1]' <(echo "$VARS_CONTEXT") <(echo "$SECRETS_CONTEXT") \
| jq -r 'to_entries | map("\(.key)=\(.value)") | .[]' > .env
| jq -r 'to_entries | map("\(.key)=\(.value)") | .[]' > .env
EOF
ssh -S my-cicd-socket -O exit ec2-user@${{ vars.BASTION_HOST }}
rm -f private_key.pem
Expand Down

0 comments on commit 4bb9094

Please sign in to comment.