debugging workflow
All checks were successful
Deploying Static Site / Build (push) Successful in 37s
All checks were successful
Deploying Static Site / Build (push) Successful in 37s
This commit is contained in:
parent
ed26b67bc2
commit
1855d36344
@ -17,5 +17,5 @@ jobs:
|
|||||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
|
||||||
ssh-keyscan -H 192.168.1.113 > ~/.ssh/known_hosts
|
ssh-keyscan -H 192.168.1.113 > ~/.ssh/known_hosts
|
||||||
- name: Copy built site to server
|
- name: Copy built site to server
|
||||||
run: scp -sr public git@soaos.dev:/var/www/soaos.dev
|
run: scp -sr public git@192.168.1.113:/var/www/soaos.dev
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user