From 45df394a6c19e40f5c13f9ac0927c62021b440b1 Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 11 Nov 2024 23:09:48 +0300 Subject: [PATCH] Update .github/workflows/pages-deploy.yml --- .github/workflows/pages-deploy.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index f7d2ec8..a197531 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -36,19 +36,19 @@ jobs: # - name: Health Check [CI TEST] - uses: https://git.asandikci.com/asandikci.com/web@main - run: | - ls -la - pwd - whoami - echo "this is a text file" >> index.html - date >> index.html - cat index.html - echo '${{ secrets.SFTP_PASSWORD }}' > ~/.passwd - chmod 0400 ~/.passwd - sshpass -f ~/.passwd sftp -oBatchMode=no -o StrictHostKeyChecking=accept-new -b - ${{ secrets.SFTP_USERNAME }}@${{ vars.SFTP_HOST }} << ! - put index.html www/index.html - bye - ! - + ls -la + pwd + whoami + echo "this is a text file" >> index.html + date >> index.html + cat index.html + echo '${{ secrets.SFTP_PASSWORD }}' > ~/.passwd + chmod 0400 ~/.passwd + sshpass -f ~/.passwd sftp -oBatchMode=no -o StrictHostKeyChecking=accept-new -b - ${{ secrets.SFTP_USERNAME }}@${{ vars.SFTP_HOST }} << ! + put index.html www/index.html + bye + ! + # - name: Checkout # uses: actions/checkout@v4 # with: