We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f9fd8 commit c8b041dCopy full SHA for c8b041d
.github/workflows/auth.yml
@@ -155,7 +155,6 @@ jobs:
155
- name: Copy .env file to VPS
156
run: |
157
echo "$VPS_SSH_KEY" > deploy_key.pem
158
- chmod 600 ~/.ssh/id_rsa
159
scp -i deploy_key.pem -o StrictHostKeyChecking=no -r /service/auth/.env $VPS_USER@$VPS_HOST:/root/apps/auth/.env
160
ssh -i deploy_key.pem -o StrictHostKeyChecking=no $VPS_USER@$VPS_HOST "chmod 600 /root/apps/auth/.env"
161
0 commit comments