update
Some checks failed
Hugo / build (push) Failing after 4m24s

This commit is contained in:
brooke 2025-05-21 21:07:50 -04:00
parent d9b58339a5
commit b6f3d0a2a1
3 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
runs-on: hugo-latest runs-on: hugo-ci
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
@ -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: Deploy to Server - name: Deploy to Server
uses: https://git.myco.systems/mirrors/ssh-deploy@main uses: https://git.fung.uy/mirrors/ssh-deploy@main
env: env:
SSH_PRIVATE_KEY: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} SSH_PRIVATE_KEY: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }}
ARGS: "-rlgoDzvc -i --delete" ARGS: "-rlgoDzvc -i --delete"

View file

@ -10,4 +10,4 @@ make dev
``` ```
2. Visit http://localhost:1313 2. Visit http://localhost:1313
![Screenshot 2024-07-13 at 17-22-42 PageSpeed Insights.png](https://git.myco.systems/attachments/83accc8a-791f-4ea4-b30d-c5435e7d18cc) ![Screenshot 2024-07-13 at 17-22-42 PageSpeed Insights.png](https://fung.uy/attachments/83accc8a-791f-4ea4-b30d-c5435e7d18cc)

View file

@ -4,8 +4,8 @@ backend:
repo: mycosystems/gallowelds.com repo: mycosystems/gallowelds.com
branch: main branch: main
app_id: 8cf43676-cdba-4112-a981-9c1117b3d096 app_id: 8cf43676-cdba-4112-a981-9c1117b3d096
api_root: https://git.myco.systems/api/v1 api_root: https://git.fung.uy/api/v1
base_url: https://git.myco.systems base_url: https://git.fung.uy
disable_local_backup: true disable_local_backup: true
public_folder: "/media" public_folder: "/media"