feature/ci-cd #1

Merged
homeburger merged 53 commits from feature/ci-cd into main 2026-02-28 23:04:37 -06:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 579872bc78 - Show all commits

View File

@@ -5,11 +5,13 @@ on:
push: push:
branches: branches:
- main - main
- feature/ci-cd #- feature/ci-cd
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: debian12 runs-on: debian12
container:
image: docker:24-dind
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -10,6 +10,8 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: debian12 runs-on: debian12
container:
image: docker:24-dind
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3