Skip to content

Commit

Permalink
fix(auth): delete chmod from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
javascriptizer1 committed Jun 18, 2024
1 parent d8f9fd8 commit c8b041d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ jobs:
- name: Copy .env file to VPS
run: |
echo "$VPS_SSH_KEY" > deploy_key.pem
chmod 600 ~/.ssh/id_rsa
scp -i deploy_key.pem -o StrictHostKeyChecking=no -r /service/auth/.env $VPS_USER@$VPS_HOST:/root/apps/auth/.env
ssh -i deploy_key.pem -o StrictHostKeyChecking=no $VPS_USER@$VPS_HOST "chmod 600 /root/apps/auth/.env"
Expand Down

0 comments on commit c8b041d

Please sign in to comment.