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
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:
parent
d4b1de452c
commit
e4774ecd6a
@ -5,7 +5,7 @@ on:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list
|
||||
REGISTRY: git.nicosaya.com/nalalangan/grocery-app
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -125,4 +125,3 @@ jobs:
|
||||
curl -d "$MSG" \
|
||||
https://ntfy.nicosaya.com/gitea
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ on:
|
||||
branches: [ "main-new" ]
|
||||
|
||||
env:
|
||||
REGISTRY: git.nicosaya.com/nalalangan/costco-grocery-list
|
||||
REGISTRY: git.nicosaya.com/nalalangan/grocery-app
|
||||
# REGISTRY: grocery-app
|
||||
IMAGE_TAG: main-new
|
||||
|
||||
@ -147,4 +147,3 @@ jobs:
|
||||
curl -d "$MSG" \
|
||||
https://ntfy.nicosaya.com/gitea
|
||||
|
||||
|
||||
@ -326,8 +326,8 @@ router.post("/add",
|
||||
|
||||
1. **Clone the repository**
|
||||
```bash
|
||||
git clone https://github.com/your-org/costco-grocery-list.git
|
||||
cd costco-grocery-list
|
||||
git clone https://git.nicosaya.com/nalalangan/grocery-app.git
|
||||
cd grocery-app
|
||||
```
|
||||
|
||||
2. **Configure environment variables**
|
||||
@ -423,7 +423,7 @@ Authorization: Bearer <your_jwt_token>
|
||||
## 📁 Project Structure
|
||||
|
||||
```
|
||||
costco-grocery-list/
|
||||
grocery-app/
|
||||
├── .gitea/
|
||||
│ └── workflows/
|
||||
│ └── 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
|
||||
|
||||
**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)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
services:
|
||||
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
|
||||
restart: always
|
||||
env_file:
|
||||
@ -9,7 +9,7 @@ services:
|
||||
- "5001:5000"
|
||||
|
||||
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
|
||||
restart: always
|
||||
env_file:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
services:
|
||||
backend:
|
||||
image: git.nicosaya.com/nalalangan/costco-grocery-list/backend:latest
|
||||
image: git.nicosaya.com/nalalangan/grocery-app/backend:latest
|
||||
restart: always
|
||||
env_file:
|
||||
- ./backend.env
|
||||
@ -8,7 +8,7 @@ services:
|
||||
- "5000:5000"
|
||||
|
||||
frontend:
|
||||
image: git.nicosaya.com/nalalangan/costco-grocery-list/frontend:latest
|
||||
image: git.nicosaya.com/nalalangan/grocery-app/frontend:latest
|
||||
restart: always
|
||||
env_file:
|
||||
- ./frontend.env
|
||||
|
||||
Loading…
Reference in New Issue
Block a user