update deploy.yml
All checks were successful
Deploy Nuxt App / deploy (push) Successful in 1m46s

This commit is contained in:
levis
2025-06-19 17:25:32 +00:00
parent 76aa42dc25
commit b54de4ace0

View File

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