Bumping version to 2.5
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 6s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 6s
This commit is contained in:
parent
f4d97809b9
commit
94c8a7d945
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user