First workflow.
Some checks failed
Build and Deploy Kotlin gradle Application / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy Kotlin gradle Application / build-and-deploy (push) Has been cancelled
This commit is contained in:
9
.gitea/gitea-runner.yml
Normal file
9
.gitea/gitea-runner.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
runner:
|
||||||
|
image: docker.io/gitea/act_runner:latest
|
||||||
|
environment:
|
||||||
|
GITEA_INSTANCE_URL: "http://192.168.0.25:3000"
|
||||||
|
GITEA_RUNNER_REGISTRATION_TOKEN: "IfowioCs4PedXyRJMnedDVCXkRHjyDrZv1sdvaif"
|
||||||
|
GITEA_RUNNER_NAME: "runner-1"
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
15
.gitea/workflows/build-and-deploy.yml
Normal file
15
.gitea/workflows/build-and-deploy.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: Build and Deploy Kotlin gradle Application
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- working-poc
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-and-deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Hello world
|
||||||
|
run: |
|
||||||
|
echo 'Hello world'
|
||||||
|
echo 'Done'
|
||||||
Reference in New Issue
Block a user