parent
d9b58339a5
commit
b6f3d0a2a1
3 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -10,4 +10,4 @@ make dev
|
|||
```
|
||||
2. Visit http://localhost:1313
|
||||
|
||||

|
||||

|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue