added git.limbosolutions.com/kb/ubuntu:act-latest to ansible deploy
All checks were successful
deploy host / Deploy (push) Successful in 14s
All checks were successful
deploy host / Deploy (push) Successful in 14s
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
Deploy:
|
Deploy:
|
||||||
runs-on: homesrv01
|
runs-on: homesrv01
|
||||||
container:
|
container:
|
||||||
image: homesrv/git-runner
|
image: git.limbosolutions.com/kb/ubuntu:act-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
name: deploy host
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- "services/git-runner/*"
|
|
||||||
- ".gitea/workflows/**git-runner**.yml"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
|
|
||||||
build-runner:
|
|
||||||
runs-on: homesrv01
|
|
||||||
container:
|
|
||||||
image: catthehacker/ubuntu:act-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: build git runner
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
docker build ${{gitea.workspace}}/services/git-runner --tag homesrv/git-runner
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
FROM catthehacker/ubuntu:act-latest
|
|
||||||
RUN apt-get update && apt install software-properties-common && add-apt-repository --yes --update ppa:ansible/ansible && apt-get install -y ansible
|
|
||||||
Reference in New Issue
Block a user