This commit is contained in:
parent
6b371a61fd
commit
914ab05a26
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: pre-compress
|
||||
run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \;
|
||||
- name: Set up SSH
|
||||
uses: webfactory/ssh-agent@v0.5.3
|
||||
uses: https://github.com/webfactory/ssh-agent@v0.5.3
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
|
||||
- name: Rsync to first remote server
|
||||
|
|
Loading…
Add table
Reference in a new issue