scp using *
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m46s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m46s
This commit is contained in:
parent
8d8684a745
commit
acdde1cbee
@ -25,4 +25,4 @@ jobs:
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
|
||||
- name: Copy _site to prod
|
||||
run: scp -rp _site/. ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/blog/
|
||||
run: scp -rp _site/* ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/blog/
|
Loading…
Reference in New Issue
Block a user