chore: update repository registry name
All checks were successful
Build & Deploy Costco Grocery List / build (push) Successful in 41s
Build & Deploy Costco Grocery List / verify-images (push) Successful in 2s
Build & Deploy Costco Grocery List / deploy (push) Successful in 15s
Build & Deploy Costco Grocery List / notify (push) Successful in 0s

This commit is contained in:
Nico 2026-05-25 14:36:45 -07:00
parent d4b1de452c
commit e4774ecd6a
5 changed files with 10 additions and 12 deletions

View File

@ -5,7 +5,7 @@ on:
branches: [ "main" ] branches: [ "main" ]
env: env:
REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list REGISTRY: git.nicosaya.com/nalalangan/grocery-app
jobs: jobs:
build: build:
@ -125,4 +125,3 @@ jobs:
curl -d "$MSG" \ curl -d "$MSG" \
https://ntfy.nicosaya.com/gitea https://ntfy.nicosaya.com/gitea

View File

@ -5,7 +5,7 @@ on:
branches: [ "main-new" ] branches: [ "main-new" ]
env: env:
REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list REGISTRY: git.nicosaya.com/nalalangan/grocery-app
# REGISTRY: grocery-app # REGISTRY: grocery-app
IMAGE_TAG: main-new IMAGE_TAG: main-new
@ -147,4 +147,3 @@ jobs:
curl -d "$MSG" \ curl -d "$MSG" \
https://ntfy.nicosaya.com/gitea https://ntfy.nicosaya.com/gitea

View File

@ -326,8 +326,8 @@ router.post("/add",
1. **Clone the repository** 1. **Clone the repository**
```bash ```bash
git clone https://github.com/your-org/costco-grocery-list.git git clone https://git.nicosaya.com/nalalangan/grocery-app.git
cd costco-grocery-list cd grocery-app
``` ```
2. **Configure environment variables** 2. **Configure environment variables**
@ -423,7 +423,7 @@ Authorization: Bearer <your_jwt_token>
## 📁 Project Structure ## 📁 Project Structure
``` ```
costco-grocery-list/ grocery-app/
├── .gitea/ ├── .gitea/
│ └── workflows/ │ └── workflows/
│ └── deploy.yml # CI/CD pipeline configuration │ └── deploy.yml # CI/CD pipeline configuration
@ -749,7 +749,7 @@ This project is licensed under the MIT License - see the LICENSE file for detail
## 👤 Author ## 👤 Author
**Nico Saya** **Nico Saya**
- Repository: [git.nicosaya.com/nalalangan/costco-grocery-list](https://git.nicosaya.com/nalalangan/costco-grocery-list) - Repository: [git.nicosaya.com/nalalangan/grocery-app](https://git.nicosaya.com/nalalangan/grocery-app)
--- ---

View File

@ -1,6 +1,6 @@
services: services:
backend: backend:
image: git.nicosaya.com/nalalangan/costco-grocery-list/backend:main-new image: git.nicosaya.com/nalalangan/grocery-app/backend:main-new
# image: grocery-app/backend:main-new # image: grocery-app/backend:main-new
restart: always restart: always
env_file: env_file:
@ -9,7 +9,7 @@ services:
- "5001:5000" - "5001:5000"
frontend: frontend:
image: git.nicosaya.com/nalalangan/costco-grocery-list/frontend:main-new image: git.nicosaya.com/nalalangan/grocery-app/frontend:main-new
# image: grocery-app/frontend:main-new # image: grocery-app/frontend:main-new
restart: always restart: always
env_file: env_file:

View File

@ -1,6 +1,6 @@
services: services:
backend: backend:
image: git.nicosaya.com/nalalangan/costco-grocery-list/backend:latest image: git.nicosaya.com/nalalangan/grocery-app/backend:latest
restart: always restart: always
env_file: env_file:
- ./backend.env - ./backend.env
@ -8,7 +8,7 @@ services:
- "5000:5000" - "5000:5000"
frontend: frontend:
image: git.nicosaya.com/nalalangan/costco-grocery-list/frontend:latest image: git.nicosaya.com/nalalangan/grocery-app/frontend:latest
restart: always restart: always
env_file: env_file:
- ./frontend.env - ./frontend.env