Compare commits
1 Commits
main
...
groq/issue
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
405d5a0687 |
@@ -7,7 +7,12 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
services:
|
||||
docker:
|
||||
image: docker:dind
|
||||
options:
|
||||
--privileged
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
0
nexus/deploy/nginx.conf
Normal file
0
nexus/deploy/nginx.conf
Normal file
14
the-beacon/.gitea/workflows/ci.yml
Normal file
14
the-beacon/.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: ci
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Validate config
|
||||
run: |
|
||||
echo "Validating config..."
|
||||
# Add validation steps here
|
||||
14
the-door/.gitea/workflows/ci.yml
Normal file
14
the-door/.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: ci
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Validate config
|
||||
run: |
|
||||
echo "Validating config..."
|
||||
# Add validation steps here
|
||||
14
timmy-home/.gitea/workflows/ci.yml
Normal file
14
timmy-home/.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: ci
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: Validate config
|
||||
run: |
|
||||
echo "Validating config..."
|
||||
# Add validation steps here
|
||||
Reference in New Issue
Block a user