Update .github/workflows/pages-deploy.yml
All checks were successful
Build and Deploy Test Version - next.asandikci.com / build_deploy (push) Successful in 4m1s

This commit is contained in:
Aliberk Sandıkçı 2024-11-13 22:24:46 +03:00
parent b099d6493a
commit c842599b98

View file

@ -71,6 +71,7 @@ jobs:
git clone https://git.asandikci.com/asandikci.com/web
cd web
git checkout website
cd _site
sshpass -f ~/.passwd sftp -oBatchMode=no -o StrictHostKeyChecking=accept-new -b - ${{ secrets.SFTP_USERNAME }}@${{ vars.SFTP_HOST }} << !
put -r . www/
bye