From b54de4ace05fb86530277ea97bc13c76dfd12e63 Mon Sep 17 00:00:00 2001 From: levis Date: Thu, 19 Jun 2025 17:25:32 +0000 Subject: [PATCH 1/2] update deploy.yml --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 91202c7..4bf118c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -34,11 +34,11 @@ jobs: -H "Authorization: token $TOKEN" \ -H "Content-Type: text/plain" \ -T "$file" \ - "$GITEA_API/$file?branch=main" + "$GITEA_API/$file?branch=production" done curl -X PUT \ -H "Authorization: token $TOKEN" \ -H "Content-Type: application/gzip" \ -T "deploy.tar.gz" \ - "$GITEA_API/deploy.tar.gz?branch=main" + "$GITEA_API/deploy.tar.gz?branch=production" From 15a7ffe120dca2e605fdbce28b90b6ce8770c412 Mon Sep 17 00:00:00 2001 From: levis Date: Thu, 19 Jun 2025 17:37:47 +0000 Subject: [PATCH 2/2] fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25b5821..18e76fe 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduct ## Setup + Make sure to install dependencies: ```bash