Bumping version to 2.5
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 6s

This commit is contained in:
shockrah 2024-09-28 15:35:12 -07:00
parent f4d97809b9
commit 94c8a7d945

View File

@ -15,10 +15,10 @@ jobs:
- name: Build website content - name: Build website content
run: hugo && pwd && ls -R run: hugo && pwd && ls -R
- name: Copy files with rsync - name: Copy files with rsync
uses: tempersama/rsync-copy@2.4 uses: tempersama/rsync-copy@2.5
with: with:
host: shockrah.xyz host: shockrah.xyz
username: ${{ secrets.USER }} username: nginx
source: "public/" source: "public/"
destination: /opt/nginx/test.shockrah.xyz destination: /opt/nginx/test.shockrah.xyz
key: ${{ secrets.PRIVATE_KEY }} key: ${{ secrets.PRIVATE_KEY }}