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 9 additions and 9 deletions
Showing only changes of commit 508164cbce - Show all commits

View File

@@ -1,10 +1,10 @@
name: Build and Deploy API
on:
push:
branches:
- main
#on:
# push:
# branches:
# - main
jobs:
build-and-deploy:

View File

@@ -1,14 +1,14 @@
name: Build and Deploy Frontend
on:
push:
branches:
- main
#on:
# push:
# branches:
# - main
jobs:
build-and-deploy:
runs-on: docker
runs-on: debian12
steps:
- uses: actions/checkout@v3