parent
871d0426ce
commit
91601bb236
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ jobs:
|
|||
run: hugo --minify
|
||||
- name: pre-compress
|
||||
run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \;
|
||||
- name: Debug rsync target
|
||||
run: echo "${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:${{ secrets.REMOTE_TARGET }}"
|
||||
- name: Deploy via rsync
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
|
|
Loading…
Add table
Reference in a new issue