13 Commits

Author SHA1 Message Date
RJ
73cbc8f731 🟢 pr check on any opened pr
All checks were successful
Build and Deploy Next.js Blog to Staging / 🔍 Code Quality Checks (push) Successful in 23s
PR Checks / lint-and-build (pull_request) Successful in 22s
Build and Deploy Next.js Blog to Staging / 🏗️ Build and Push Docker Image (push) Successful in 32s
Build and Deploy Next.js Blog to Staging / 🚀 Deploy to Staging (push) Successful in 48s
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Successful in 18s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Successful in 3s
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Successful in 47s
2025-12-03 16:34:39 +02:00
RJ
77b4e95a93 🚨 add pr checks 2025-12-03 16:33:43 +02:00
RJ
fd50757c94 📄 update staging pipeline script 2025-12-03 16:33:43 +02:00
RJ
7e8b82f571 📄 Huge intl feature 2025-12-03 16:33:43 +02:00
RJ
8b05aae5a8 🏗️ add staging CICD and env 2025-12-03 16:33:43 +02:00
RJ
6e5d641c06 📄 a couple updates
All checks were successful
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Successful in 17s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Successful in 30s
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Successful in 48s
2025-12-02 16:10:33 +00:00
RJ
a4be3c5d93 í¹ start improving about page 2025-12-02 16:10:33 +00:00
RJ
b1566348b0 Added envs to variables on the repository
All checks were successful
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Successful in 15s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Successful in 30s
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Successful in 1m4s
2025-12-02 12:53:14 +02:00
RJ
a5c28e99e2 Continue on error on eslint
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Successful in 16s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Failing after 57s
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped
2025-12-02 12:47:11 +02:00
RJ
3d79cab89a 📄 production optimizations
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 18s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped
2025-12-02 12:39:11 +02:00
RJ
f383b86b4d 🏗️ Phase 1 for production readyness 2025-11-24 15:59:18 +02:00
RJ
5f585e2a9f 🖼️ added support for links to blogposts and support image sizing from .md files
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 31s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped
2025-11-24 12:37:52 +00:00
RJ
1042a43dfa 🖼️ added images support
- Should investigate how to resize the image from .md specs
2025-11-24 12:37:52 +00:00

View File

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