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: