trigger workflow test
Some checks failed
Build / build (push) Failing after 7s

This commit is contained in:
2026-01-31 18:18:07 -05:00
parent 7251f68b6f
commit 18023732d4

View File

@@ -8,7 +8,7 @@ on:
jobs: jobs:
build: build:
runs-on: production-runner runs-on: self-hosted
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -22,4 +22,4 @@ jobs:
- name: Start Application - name: Start Application
run: | run: |
nohup ./target/release/site > server.log 2>&1 & nohup ./target/release/site > server.log 2>&1 &