Update push.yml
This commit is contained in:
parent
54ffaecc2b
commit
cc24af9d8e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/push.yml
vendored
8
.github/workflows/push.yml
vendored
|
|
@ -16,9 +16,9 @@ jobs:
|
|||
- name: Downloading Files
|
||||
run: |
|
||||
echo Downloading Files...
|
||||
mkdir /tmp/VENITH
|
||||
cd /tmp/VENITH
|
||||
git clone https://github.com/VenithNET/VENITH.NET
|
||||
mkdir /home/runner/VENITH1
|
||||
cd /home/runner/VENITH1
|
||||
git clone "https://github.com/VenithNET/VENITH.NET"
|
||||
echo $PWD
|
||||
- name: Push Files via SCP
|
||||
uses: appleboy/scp-action@master
|
||||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
host: ${{ secrets.DEST_IP }}
|
||||
username: mattthetekie
|
||||
password : ${{ secrets.PASS }}
|
||||
source: "/tmp/VENITH/VENITH.NET"
|
||||
source: "/home/runner/VENITH1/VENITH.NET"
|
||||
target: "/var/www/2/"
|
||||
proxy_host: ${{ secrets.IP }}
|
||||
proxy_username: mattthetekie
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue