diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2751fc0..864d9ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,7 +79,7 @@ jobs: if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) needs: build steps: - - name: executing remote ssh commands using ssh key + - name: deploy using ssh uses: appleboy/ssh-action@v1.0.1 with: host: ${{ secrets.DEPLOY_HOST }}