Skip to content

Commit

Permalink
Disable upload part TO BE REVERTED
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Mar 5, 2024
1 parent f2ac0af commit 9fdb456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9fdb456

Please sign in to comment.