Merge branch 'production' of https://gitea.miduway.space/levis/ebook into production
Some checks failed
Deploy Nuxt App / deploy (push) Has been cancelled

This commit is contained in:
2025-06-19 21:39:01 +04:00
2 changed files with 3 additions and 2 deletions

View File

@ -34,11 +34,11 @@ jobs:
-H "Authorization: token $TOKEN" \ -H "Authorization: token $TOKEN" \
-H "Content-Type: text/plain" \ -H "Content-Type: text/plain" \
-T "$file" \ -T "$file" \
"$GITEA_API/$file?branch=main" "$GITEA_API/$file?branch=production"
done done
curl -X PUT \ curl -X PUT \
-H "Authorization: token $TOKEN" \ -H "Authorization: token $TOKEN" \
-H "Content-Type: application/gzip" \ -H "Content-Type: application/gzip" \
-T "deploy.tar.gz" \ -T "deploy.tar.gz" \
"$GITEA_API/deploy.tar.gz?branch=main" "$GITEA_API/deploy.tar.gz?branch=production"

View File

@ -4,6 +4,7 @@ Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduct
## Setup ## Setup
Make sure to install dependencies: Make sure to install dependencies:
```bash ```bash