diff --git a/.github/workflows/staging.yaml b/.github/workflows/staging.yaml index 7d6157f..3191872 100644 --- a/.github/workflows/staging.yaml +++ b/.github/workflows/staging.yaml @@ -53,12 +53,12 @@ jobs: - name: Build run: hugo --minify --gc --enableGitInfo --cleanDestinationDir - - name: Deploy to staging - uses: burnett01/rsync-deployments@5.2 - with: - switches: -avzr --quiet --delete - path: public/ - remote_path: ${{ secrets.DEPLOY_PATH }} - remote_host: ${{ secrets.DEPLOY_HOST }} - remote_user: ${{ secrets.DEPLOY_USER }} - remote_key: ${{ secrets.DEPLOY_KEY }} + # - name: Deploy to staging + # uses: burnett01/rsync-deployments@5.2 + # with: + # switches: -avzr --quiet --delete + # path: public/ + # remote_path: ${{ secrets.DEPLOY_PATH }} + # remote_host: ${{ secrets.DEPLOY_HOST }} + # remote_user: ${{ secrets.DEPLOY_USER }} + # remote_key: ${{ secrets.DEPLOY_KEY }}