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" 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