chore: harden reliability checks #2
@ -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
|
||||||
|
|
||||||
|
|
||||||
@ -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
|
||||||
|
|
||||||
|
|
||||||
@ -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)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user