Avoid setting dir times with 2.6
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 6s
This commit is contained in:
parent
f98932939b
commit
5248daec9c
@ -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.5
|
uses: tempersama/rsync-copy@2.6
|
||||||
with:
|
with:
|
||||||
host: shockrah.xyz
|
host: shockrah.xyz
|
||||||
username: ${{ secrets.USER }}
|
username: ${{ secrets.USER }}
|
||||||
source: "public/"
|
source: "public/"
|
||||||
destination: /opt/nginx/resume.shockrah.xyz
|
destination: /opt/nginx/resume.shockrah.xyz/
|
||||||
key: ${{ secrets.PRIVATE_KEY }}
|
key: ${{ secrets.PRIVATE_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user