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 2 additions and 2 deletions
Showing only changes of commit 0826d56249 - Show all commits

View File

@@ -11,7 +11,7 @@ jobs:
build-and-deploy: build-and-deploy:
runs-on: debian12 runs-on: debian12
container: container:
image: ubuntu:22.04 image: node:current-alpine3.23
steps: steps:
- name: Checkout code - name: Checkout code

View File

@@ -11,7 +11,7 @@ jobs:
build-and-deploy: build-and-deploy:
runs-on: debian12 runs-on: debian12
container: container:
image: ubuntu:22.04 image: current-alpine3.23
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3