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 3 additions and 3 deletions
Showing only changes of commit 38a3c59517 - Show all commits

View File

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

View File

@@ -11,7 +11,7 @@ jobs:
build-and-deploy:
runs-on: debian12
container:
image: node:bookworm
image: docker:24-cli
steps:
- uses: actions/checkout@v3