Update .github/workflows/pages-deploy.yml
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 4m1s
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 4m1s
This commit is contained in:
parent
b099d6493a
commit
c842599b98
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pages-deploy.yml
vendored
1
.github/workflows/pages-deploy.yml
vendored
|
@ -71,6 +71,7 @@ jobs:
|
||||||
git clone https://git.asandikci.com/asandikci.com/web
|
git clone https://git.asandikci.com/asandikci.com/web
|
||||||
cd web
|
cd web
|
||||||
git checkout website
|
git checkout website
|
||||||
|
cd _site
|
||||||
sshpass -f ~/.passwd sftp -oBatchMode=no -o StrictHostKeyChecking=accept-new -b - ${{ secrets.SFTP_USERNAME }}@${{ vars.SFTP_HOST }} << !
|
sshpass -f ~/.passwd sftp -oBatchMode=no -o StrictHostKeyChecking=accept-new -b - ${{ secrets.SFTP_USERNAME }}@${{ vars.SFTP_HOST }} << !
|
||||||
put -r . www/
|
put -r . www/
|
||||||
bye
|
bye
|
||||||
|
|
Loading…
Reference in a new issue