feat: update Gitea workflow trigger and enhance API error handling with token refresh logic

This commit is contained in:
2025-02-16 13:16:41 -03:00
parent 2487076e92
commit 0be511c245
3 changed files with 36 additions and 9 deletions

View File

@@ -1,9 +1,6 @@
name: Main Build & Deploy
on:
push:
branches:
- main
on: workflow_dispatch
jobs:
build:
@@ -44,9 +41,6 @@ jobs:
name: Deploy Live
runs-on: ubuntu-latest
needs: build
environment:
name: production
url: https://pet.ivanch.me # adjust this URL as needed
steps:
- name: Recreate container