added code-server custom image with ansible and docker and CI/CD
All checks were successful
deploy host / build-runner (push) Successful in 8s
All checks were successful
deploy host / build-runner (push) Successful in 8s
This commit is contained in:
24
.gitea/workflows/services.code-server.yml
Normal file
24
.gitea/workflows/services.code-server.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
name: deploy host
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "services/code-server/*"
|
||||
- ".gitea/workflows/**code-server**.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/code-server --tag myInfra/code-server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user