1
0
Fork 0

add github domain
Some checks failed
Hugo / build (push) Failing after -15s

This commit is contained in:
brooke 2024-09-12 14:03:39 -04:00
parent 6b371a61fd
commit 914ab05a26

View file

@ -17,7 +17,7 @@ jobs:
- name: pre-compress - name: pre-compress
run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \; run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \;
- name: Set up SSH - name: Set up SSH
uses: webfactory/ssh-agent@v0.5.3 uses: https://github.com/webfactory/ssh-agent@v0.5.3
with: with:
ssh-private-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
- name: Rsync to first remote server - name: Rsync to first remote server