Skip to content

Commit

Permalink
fix:backcicd.yaml 주석오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonseopkim committed Nov 14, 2024
1 parent 204039e commit 5c5c588
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/backcicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ jobs:
--parameters "{\"command\":[\"sudo su - ec2-user && \
echo '${ENCODED_ENV}' | base64 -d > /home/ec2-user/.env && \
echo '${ENCODED_COMPOSE}' | base64 -d > /home/ec2-user/docker-compose.yaml && \
# 쓸모없는 권한변경은 제거할것, .env 가 이미지 안에 넣어주는것
# chmod 600 /home/ec2-user/.env && \
# chmod 600 /home/ec2-user/docker-compose.yaml && \
chown ec2-user:ec2-user /home/ec2-user/.env && \
chown ec2-user:ec2-user /home/ec2-user/docker-compose.yaml && \
cd /home/ec2-user && \
Expand Down

0 comments on commit 5c5c588

Please sign in to comment.