Skip to content

Commit c8b041d

Browse files
fix(auth): delete chmod from deploy
1 parent d8f9fd8 commit c8b041d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/auth.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ jobs:
155155
- name: Copy .env file to VPS
156156
run: |
157157
echo "$VPS_SSH_KEY" > deploy_key.pem
158-
chmod 600 ~/.ssh/id_rsa
159158
scp -i deploy_key.pem -o StrictHostKeyChecking=no -r /service/auth/.env $VPS_USER@$VPS_HOST:/root/apps/auth/.env
160159
ssh -i deploy_key.pem -o StrictHostKeyChecking=no $VPS_USER@$VPS_HOST "chmod 600 /root/apps/auth/.env"
161160

0 commit comments

Comments
 (0)