12 Commits

Author SHA1 Message Date
RJ
3a7ced6a6c 🚨 add pr checks
All checks were successful
Build and Deploy Next.js Blog to Staging / 🔍 Code Quality Checks (push) Successful in 17s
Build and Deploy Next.js Blog to Staging / 🏗️ Build and Push Docker Image (push) Successful in 30s
Build and Deploy Next.js Blog to Staging / 🚀 Deploy to Staging (push) Successful in 58s
2025-12-03 16:28:51 +02:00
RJ
584d841b67 📄 update staging pipeline script
All checks were successful
Build and Deploy Next.js Blog to Staging / 🔍 Code Quality Checks (push) Successful in 18s
Build and Deploy Next.js Blog to Staging / 🏗️ Build and Push Docker Image (push) Successful in 45s
Build and Deploy Next.js Blog to Staging / 🚀 Deploy to Staging (push) Successful in 48s
2025-12-03 00:34:19 +02:00
RJ
91afe03109 📄 Huge intl feature
Some checks failed
Build and Deploy Next.js Blog to Staging / 🔍 Code Quality Checks (push) Failing after 15s
Build and Deploy Next.js Blog to Staging / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Staging / 🚀 Deploy to Staging (push) Has been skipped
2025-12-02 22:29:24 +00:00
RJ
072320ed73 📄 a couple updates 2025-12-02 22:29:24 +00:00
RJ
a1fbd5e374 í¹ start improving about page 2025-12-02 22:29:24 +00:00
RJ
0c025b462c Added envs to variables on the repository 2025-12-02 22:29:24 +00:00
RJ
eb57cbb55d Continue on error on eslint 2025-12-02 22:29:24 +00:00
RJ
6f7f0c6960 📄 production optimizations 2025-12-02 22:29:24 +00:00
RJ
7dca1de1aa 🏗️ Phase 1 for production readyness 2025-12-02 22:29:24 +00:00
RJ
1baef49f73 🖼️ added support for links to blogposts and support image sizing from .md files 2025-12-02 22:29:24 +00:00
RJ
a039528fb3 🖼️ added images support
- Should investigate how to resize the image from .md specs
2025-12-02 22:29:24 +00:00
RJ
6155a541f9 🏗️ add staging CICD and env
All checks were successful
Build and Deploy Next.js Blog to Staging / 🔍 Code Quality Checks (push) Successful in 35s
Build and Deploy Next.js Blog to Staging / 🏗️ Build and Push Docker Image (push) Successful in 1m21s
Build and Deploy Next.js Blog to Staging / 🚀 Deploy to Staging (push) Successful in 2m18s
2025-11-21 16:01:44 +02:00

View File

@@ -2,7 +2,9 @@ name: PR Checks
on: on:
pull_request: pull_request:
types: [opened, synchronize, reopened, ready_for_review] branches:
- staging
- main
jobs: jobs:
lint-and-build: lint-and-build: