diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index ee8fe1f..0a4f913 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -75,9 +75,9 @@ jobs: echo "${{ secrets.PRIVATE_SSH_KEY }}" > ~/.ssh/id_rsa # Upload the build to the remote server location: the volume shared by the nginx container serving http requests - - name: 🚀 Upload - run: | - rsync --archive --stats --verbose --delete ./build/blog/* ${{ secrets.CI_USER_NAME }}@iscsc.fr:${{ secrets.STATIC_WEBSITE_PATH}} + # - name: 🚀 Upload + # run: | + # rsync --archive --stats --verbose --delete ./build/blog/* ${{ secrets.CI_USER_NAME }}@iscsc.fr:${{ secrets.STATIC_WEBSITE_PATH}} # Finally notify of the new article (if any) on the iScsc discord server notify: