diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index c6873e9..dff0849 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: hugo-latest + runs-on: hugo-ci steps: - uses: actions/checkout@v4 with: @@ -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: Deploy to Server - uses: https://git.myco.systems/mirrors/ssh-deploy@main + uses: https://git.fung.uy/mirrors/ssh-deploy@main env: SSH_PRIVATE_KEY: ${{ secrets.RUNNER_SSH_PRIVATE_KEY }} ARGS: "-rlgoDzvc -i --delete" diff --git a/README.md b/README.md index 8c8b8ca..58ca7e9 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ make dev ``` 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) \ No newline at end of file +![Screenshot 2024-07-13 at 17-22-42 PageSpeed Insights.png](https://fung.uy/attachments/83accc8a-791f-4ea4-b30d-c5435e7d18cc) \ No newline at end of file diff --git a/themes/gallo/static/admin/config.yml b/themes/gallo/static/admin/config.yml index 75e09b8..290dcb5 100644 --- a/themes/gallo/static/admin/config.yml +++ b/themes/gallo/static/admin/config.yml @@ -4,8 +4,8 @@ backend: repo: mycosystems/gallowelds.com branch: main app_id: 8cf43676-cdba-4112-a981-9c1117b3d096 - api_root: https://git.myco.systems/api/v1 - base_url: https://git.myco.systems + api_root: https://git.fung.uy/api/v1 + base_url: https://git.fung.uy disable_local_backup: true public_folder: "/media"