From 301408a1762382b09d0a3d5e5a0be0c5d4ffaef9 Mon Sep 17 00:00:00 2001 From: code-wolf-byte Date: Sat, 31 Aug 2024 10:59:08 -0700 Subject: [PATCH] Update CD..yml --- .github/workflows/CD..yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/CD..yml b/.github/workflows/CD..yml index 7933b73..1472217 100644 --- a/.github/workflows/CD..yml +++ b/.github/workflows/CD..yml @@ -7,19 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout the repository - uses: actions/checkout@v3 - - - name: Copy repository contents via scp - uses: appleboy/scp-action@master - with: - host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - port: ${{ secrets.PORT }} - key: ${{ secrets.SSHKEY }} - source: "." - target: "/root/asu-soda-newsite" - + - name: Executing remote deployment script uses: appleboy/ssh-action@master with: