Build on all machines
All checks were successful
Deploy on push / on-push-deploy_sh-edraft (push) Successful in 21s
Deploy on push / on-push-deploy_area (push) Successful in 7m0s
Deploy on push / on-push-deploy_keksdose (push) Successful in 7m8s

This commit is contained in:
Sven Heidemann 2023-12-09 13:33:51 +00:00
parent 91003f4cb8
commit 56f99c3669

View File

@ -7,7 +7,47 @@ on:
jobs:
on-push-deploy_sh-edraft:
runs-on: [custom-runner]
runs-on: [dobby.sh-edraft.de, ubuntu-latest]
container: catthehacker/ubuntu:act-latest
steps:
- name: Setup docker
uses: https://github.com/papodaca/install-docker-action@main
- run: docker -v
- name: Clone Repository
uses: https://github.com/actions/checkout@v3
with:
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
- name: Build act-runner image
run: |
docker image prune -f
chmod +x build
./build
on-push-deploy_keksdose:
runs-on: [ksrv01.keksdose-gaming.de, ubuntu-latest]
container: catthehacker/ubuntu:act-latest
steps:
- name: Setup docker
uses: https://github.com/papodaca/install-docker-action@main
- run: docker -v
- name: Clone Repository
uses: https://github.com/actions/checkout@v3
with:
token: ${{ secrets.CI_ACCESS_TOKEN }}
submodules: true
- name: Build act-runner image
run: |
docker image prune -f
chmod +x build
./build
on-push-deploy_area:
runs-on: [vsrv01.area49-battlefield.de, ubuntu-latest]
container: catthehacker/ubuntu:act-latest
steps:
- name: Setup docker