This commit is contained in:
parent
841946f9a1
commit
2d418f55e5
@ -25,6 +25,6 @@ jobs:
|
||||
--minify
|
||||
- name: Deploy to Server
|
||||
run: |
|
||||
echo "$SSH_KEY" | tr -d '\r' > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
echo "$SSH_KEY" > /root/.ssh/id_rsa
|
||||
chmod 600 /root/.ssh/id_rsa
|
||||
scp -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r public/* bhays@10.0.1.15:/var/www/html/
|
Loading…
Reference in New Issue
Block a user