Final Fix for Actions
This commit is contained in:
parent
654dfff994
commit
2723a568ea
@ -27,5 +27,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
|
- name: pre-reqs
|
||||||
|
run: apt update; apt install -y sshpass
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
run: apt update; apt install -y sshpass; sshpass -p "M0dderStella" scp -r public/* root@10.0.1.15:/var/www/html/
|
run: sshpass -p "M0dderStella" scp -r public/* root@10.0.1.15:/var/www/html/
|
Loading…
Reference in New Issue
Block a user