The last time I tried this the monkey didn't survive. Let's hope it works better this time. (#2)
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 6m44s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 6m53s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m35s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m29s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m39s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 4m3s

Reviewed-on: Siteworxpro/Php-Template#2
Co-authored-by: Ron Rise <ron@siteworxpro.com>
Co-committed-by: Ron Rise <ron@siteworxpro.com>
This commit is contained in:
2025-05-22 13:07:54 -04:00
committed by Siteworx Pro Gitea
parent e203975294
commit 2d6d0a43f3
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
on:
create:
push:
tags:
- 'v*'
- "v*"
name: 🏗️✨ Build Workflow
@@ -30,7 +30,7 @@ jobs:
- name: 🏗️ 🔧 Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: 🐳 🔨 Build Backend Container
- name: 🐳 🔨 Build Container
uses: docker/build-push-action@v6
with:
context: .

View File

@@ -33,6 +33,7 @@ COPY --from=library /app/vendor /app/vendor
ADD src src/
ADD server.php .
ADD .rr.yaml .
ADD config.php .
EXPOSE 9501