Fixed scp command in deploy workflow?
All checks were successful
Deploying Static Site / Build (push) Successful in 31s
All checks were successful
Deploying Static Site / Build (push) Successful in 31s
This commit is contained in:
parent
5110a564aa
commit
d9fcb20d9d
@ -19,5 +19,5 @@ jobs:
|
||||
- name: Copy built site to server
|
||||
run: |
|
||||
ssh git@192.168.1.113 "rm -rf /var/www/soaos.dev && mkdir /var/www/soaos.dev"
|
||||
scp -sr public/ git@192.168.1.113:/var/www/soaos.dev
|
||||
scp -sr public/. git@192.168.1.113:/var/www/soaos.dev
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user