feat: update Gitea workflow trigger and enhance API error handling with token refresh logic
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user