Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-prod-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
done

# scp-action Docker 컨테이너가 다른 UID로 파일을 읽을 수 있도록 전송 직전에만 권한 허용
chmod 755 .deploy-secrets
chmod 644 .deploy-secrets/*
chmod 755 deploy-secrets
chmod 644 deploy-secrets/*

- name: 📤 Upload deployment secrets to EC2
uses: appleboy/scp-action@v0.1.7
Expand Down
Loading