Use new rsync rebranded repo with updated version and safety checks
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 11s

This commit is contained in:
shockrah 2024-09-28 14:38:27 -07:00
parent c42f2022ac
commit a199ccd37f

View File

@ -17,8 +17,8 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build website content - name: Build website content
run: hugo && ls -R run: hugo && ls -R
- name: Copy files using scp-action - name: Copy files with rsync
uses: tempersama/scp-action@1.7 uses: tempersama/rsync-copy@2.1
with: with:
host: shockrah.xyz host: shockrah.xyz
username: ${{ secrets.USER }} username: ${{ secrets.USER }}